configuration

file: /proc/sys/kernel/configuration
variable: kernel.configuration
Official reference

The cache is configured by a script in /etc/cachefilesd.conf. These commands set up cache ready for use. The following script commands are available:

brun %, bcull %, bstop %, frun %, fcull %, fstop % Configure the culling limits. Optional. See the section on culling The defaults are 7% (run), 5% (cull) and 1% (stop) respectively.

The commands beginning with a 'b' are file space (block) limits, those
beginning with an 'f' are file count limits.

dir Specify the directory containing the root of the cache. Mandatory.

tag Specify a tag to FS-Cache to use in distinguishing multiple caches. Optional. The default is "CacheFiles".

debug Specify a numeric bitmask to control debugging in the kernel module. Optional. The default is zero (all off). The following values can be OR'd into the mask to collect various information:

		==	=================================================
		1	Turn on trace of function entry (_enter() macros)
		2	Turn on trace of function exit (_leave() macros)
		4	Turn on trace of internal debug points (_debug())
		==	=================================================
This mask can also be set through sysfs, eg::

	echo 5 > /sys/module/cachefiles/parameters/debug