Hi,
Please help me ....
I am using Canvas September 2014 release and Phusion passenger 4.0.53. My server is 6 core CPU and having 8 GB of Memory. How many concurrent users can use the canvas application using this configuration. My current Phusion Passenger configuration is as follows:
passenger_root /var/lib/gems/1.9.1/gems/passenger-4.0.53;
passenger_ruby /usr/bin/ruby1.9.1;
passenger_max_pool_size 15;
passenger_spawn_method smart-lv2;
passenger_buffer_response on;
passenger_min_instances 1;
passenger_max_instances_per_app 0;
passenger_pool_idle_time 300;
passenger_max_requests 0;
My application got crashed last week and the memory usage at that time was found to be 97% . At that time my passenger_max_pool_size 6; and now I changed it to 15. Please suggest me in configuration my passenger for better performance.
Thanks
Regards
Hari