Discussion:
[ITK-users] Understanding ITK_COMPUTER_MEMORY_SIZE parameter in CMake
Francois Budin
2017-04-26 12:13:18 UTC
Permalink
Hello,

This parameter is used to assess if certain tests are run. If the value is
too low (I think under 8GB), a few tests will not be run. It will not have
any inpact on the ITK library and how it is compiled.
Hope this helps,

Francois

On Wed, Apr 26, 2017 at 4:07 AM, Butterfly via Insight-users <
Hello everyone,
I cannot understand the purpose of the ITK_COMPUTER_MEMORY_SIZE parameter
in
CMake. I build ITK on a computer that has 8GB RAM, so I set this parameter
to 8.
1) Will the program fail on computers with < 8GB RAM ?
2) Will the program fail on computers with >= 8GB RAM, but on 32Bit OS (so
with RAM usage limited to 4) ?
3) Will the program use ONLY 8GB of available RAM on computers with >> 8GB
RAM ?
Thank you very much in advance!
--
View this message in context: http://itk-insight-users.
2283740.n2.nabble.com/Understanding-ITK-COMPUTER-MEMORY-SIZE-parameter-in-
CMake-tp7589858.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
Loading...