[lc-checkins] CVS: linux/Documentation Configure.help,1.8,1.9
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@us...> - 2002-07-16 18:41:58
|
Update of /cvsroot/linuxcompressed/linux/Documentation In directory usw-pr-cvs1:/tmp/cvs-serv28423/Documentation Modified Files: Configure.help Log Message: Cleanups o remove support for pages with buffers o virtual swap code (mainly when freeing an entry or allocating a page to service a page fault) Other o Added help for CONFIG_COMP_DOUBLE_PAGE into Configure.help Index: Configure.help =================================================================== RCS file: /cvsroot/linuxcompressed/linux/Documentation/Configure.help,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Configure.help 25 Jun 2002 14:34:07 -0000 1.8 --- Configure.help 16 Jul 2002 18:41:54 -0000 1.9 *************** *** 423,427 **** (/proc/sys/vm/comp_cache/size). ! If unsure, say N here. Normal floppy disk support --- 423,443 ---- (/proc/sys/vm/comp_cache/size). ! If unsure, say Y here. ! ! Double Page Size ! CONFIG_COMP_DOUBLE_PAGE ! ! Select this option to make compressed cache use double sized pages ! (two pages contiguos) instead of single memory pages. That increases ! the effect of the compressed cache use even when the compression ! ratio isn't very good. On i386, compressed cache pages will have ! 8KiB instead of the regular 4KiB. ! ! Note that with double pages, all the values showed in compressed ! initialization info (in boot process) and in ! /proc/sys/vm/comp_cache/{actual_size,size} entries are in functions ! of those pages and not in function of memory pages. ! ! If unsure, say Y here. Normal floppy disk support |