The memory chunk size in bytes for data storage and processing.
When setting the chunk size, the amount of minimum amount of memory to be kept free as a temporary work space is also updated.
Parameters : |
|
---|---|
Returns : |
|
See also
Examples
>>> cf.CHUNKSIZE()
57095864.32
>>> old = cf.CHUNKSIZE(2**30)
>>> cf.CHUNKSIZE(old)
1073741824
>>> cf.CHUNKSIZE()
57095864.32