Do a GC run every 10 requests.
This commit is contained in:
parent
83aa2655f5
commit
aadb91861a
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@
|
|||
require File.dirname(__FILE__) + "/../config/environment"
|
||||
require 'fcgi_handler'
|
||||
|
||||
RailsFCGIHandler.process!
|
||||
RailsFCGIHandler.process! nil, 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue