Tuesday, October 26, 2010

Phusion Passenger Optimization.

If you faceing same as following issue.
Exception NameError in PhusionPassenger::Rack::ApplicationSpawner (uninitialized constant MongoMapper)

Please do the settings. It will really help you.
Also, check your Database Query and cusumption of Memroy on server.
---------------------------------------------
http {
     ..
     PassengerMaxPoolSize 3
     keepalive_timeout  120;
---------------------------------------------

Please let me know, if still you have an issue.