Actions
Defect #5474
closedRedmine application randomly stops
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-05-08
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi,
I have redmine installed on a shared server environment with a cPanel interface, but the redmine application stops randomly and I have to restart it in the cPanel interface.
Checking the mongrel.log I see the following errors:
Fri May 07 19:58:50 -0500 2010: Error calling Dispatcher.dispatch #<NoMemoryError: failed to allocate memory> /home/user/rails_apps/redmine/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:58:in `write' /home/user/rails_apps/redmine/vendor/rails/actionpack/lib/action_controller/cgi_process.rb:58:in `dispatch_cgi'
Any ideas to solve this?
Thank You
Updated by Felix Schäfer almost 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
You don't have enough memory it seems. Try any or a combination of the following: less mongrels, more memory, lower TTL for the mongrel processes. Also, this is not a bug in redmine but a configuration problem, please continue this discussion in the support/help forum.
Actions