View Single Post
  #6  
Old 08-08-2009, 02:04 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
Have you noticed change in memory usage? I remember the last time I tried, seems it does not help as expected, maybe still missing something to turn it on.
have added code

Quote:
if GC.respond_to?(:copy_on_write_friendly=)
GC.copy_on_write_friendly = true
end

Yes, you are right, a graceful restart bug was introduced in 4.0.9, it has been fixed in our 4.0.10 build.
Reply With Quote