
10-03-2005, 09:37 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
It depends on how big and how many static files need to be served.
It is good as long as most static file can be fit into either in memory or MMAP cache.
On some system, seems that MMAP is better, so I recommend using it when possible, just void those files smaller than a OS "Page" size.
Code:
Max Cached Small File Size (bytes) 4096
|