Thread: Swapping
View Single Post
  #22  
Old 10-18-2007, 04:55 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
First, it will use tmp swap for file larger than 1MB.
Second, we keep the part of a swap file being mapped into process memory space as small as possible to avoid exhausting the address space of a 32bit process.

You should continue to pursue the "internal redirect" route by all means though, that's the right way to do it.
Reply With Quote