Stanislav
unread,Jun 17, 2008, 6:27:49 AM6/17/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Phusion Passenger Discussions
Hi,
Recently I'm haveing a lot of problems with my Passengers+Rails
deployment. However I think that a lot of users are using it without
problems. That's why I want everybody with a successful configuration
to share it here. 10x in advance.
I think this could be useful information:
- RAM tha the server has
- OS/Distribution (32/64bit)
- Apache version
- Apache - prefork or worker
- Apache MPM
- Passeneger specific configurations
- Any other specific configs.
- site visits / pageviews
I really want to help making the passenger the best choice for Rails
production deployments.
Here it's my deployment setup (it's not quite successful)
- RAM 2GB
- Linux/Fedora 9 , 64bit kernel-2.6.25.3-18.fc9.x86_64
- httpd-2.2.8-3.x86_64
- apache MPM:
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 10
ServerLimit 40
MaxClients 40
MaxRequestsPerChild 4000
</IfModule>
- Passenger specific configs:
RailsMaxPoolSize 16 (the server has CPU with 4 physical cores)
RailsPoolIdleTime 300
- Site visits ~ 13k/day , PageViews ~ 40k/day, peaks with ~400 online
users
It's your turn now ;)