From: <smi...@us...> - 2003-10-09 00:14:12
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig In directory sc8-pr-cvs1:/tmp/cvs-serv30193/config/etc/sysconfig Modified Files: config Log Message: added new configuration variable CHANGE_SHMFS_SIZE to modify the size of the ramdisk ( default is RAM /2 ) Index: config =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/config,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- config 6 Sep 2003 01:59:26 -0000 1.18 +++ config 9 Oct 2003 00:14:08 -0000 1.19 @@ -57,3 +57,9 @@ # NOTE: no energy safer functions are supported ENABLE_APM=yes +# Override default size of the shmfs filesystem. +# The size is given in bytes, and rounded down to entire pages. +# The default is half of the memory. +# The parameter accepts a suffix k, m or g for Ki, Mi, Gi +# (binary kilo, mega and giga) and can be changed on remount. +CHANGE_SHMFS_SIZE="" |