Unicorn has OobGC rack middleware that can be used to run GC.start after a certain number of requests.
Is there a similar sort of thing in Phusion Passenger?
|
Unicorn has OobGC rack middleware that can be used to run Is there a similar sort of thing in Phusion Passenger? | |||||
feedback
|
|
Hooking into To do this in a similar way to the Unicorn OobGC, you can use the following module:
and invoke it in an initializer with:
| |||
|
feedback
|
|
You have to patch Passenger. Doing a | |||
|
feedback
|
|
Does this garbage collector documentation from Passenger help you? http://www.rubyenterpriseedition.com/documentation.html#_garbage_collector_performance_tuning You can tune the parameters qute a bit. | |||||||
feedback
|