CF has a number of options governing the memory and hard disk usage behavior of CF. These resources are mainly used to temporarily store the objects while being inspected, decompress archived files, and so on. The following memory usage settings are available:
CF is allowed to use.
: The maximum amount of hard disk space thatCF is allowed to use.
: The maximum amount of memory thatCF tries to store everything in the memory if possible. If the memory usage of CF reaches
:high water mark
, it starts to swap the data onto the hard disk, until the memory usage decreases tolow water mark
.: Objects smaller than this value are never swapped to hard disk.
: This parameter determines the amount of data (in bytes) read from MIME objects to detect their MIME-type. Higher value increases the precision of MIME-type detection. Trying to detect the MIME-type of objects is required because there is no guarantee that a MIME object is indeed what it claims to be.
Published on June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu