Return or set the minimum amount of memory to be kept free as a temporary work space.
The amount is returned as a number of kibibytes of memory, but set as a number of chunks.
Parameters : |
|
---|---|
Returns : |
|
Examples
>>> cf.FM_THRESHOLD()
1024000.0
>>> cf.FM_THRESHOLD(20)
>>> cf.FM_THRESHOLD()
2048000.0