Show
Ignore:
Timestamp:
03/03/08 07:51:02 (2 years ago)
Author:
dsallings
Message:

Merged commit 'trunk' into lbinary as of r744

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/binary/server/doc/memcached.1

    r629 r745  
    106106specified, stats collection is turned on automatically; if not, then it may 
    107107be turned on by sending the "stats detail on" command to the server. 
     108.TP 
     109.B \-L 
     110Try to use large memory pages (if available). Increasing the memory page size 
     111could reduce the number of TLB misses and improve the performance. In order to 
     112get large pages from the OS, memcached will allocate the total item-cache in 
     113one large chunk. Only available if supported on your OS. 
    108114.br 
    109115.SH LICENSE