public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Document RailsMaxInstancesPerApp.
Hongli Lai (Phusion) (author)
Thu May 15 13:46:28 -0700 2008
commit  2a8d05c21a827b156aedb467e31cd78e441e4dfc
tree    f712a08a915a2fadf2832d390ac61547bf84b006
parent  828e920df2606523246d66bff484707880e344d5
...
381
382
383
 
384
385
386
...
424
425
426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
428
429
...
381
382
383
384
385
386
387
...
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
0
@@ -381,6 +381,7 @@ render <<reducing_memory_usage,Ruby Enterprise Edition's memory reduction techno
0
 This option may occur once, in the global server configuration or in a virtual host
0
 configuration block. The default value is 'smart'.
0
 
0
+[[RailsMaxPoolSize]]
0
 === RailsMaxPoolSize <integer> ===
0
 The maximum number of Ruby on Rails application instances that may
0
 be simultaneously active. A larger number results in higher memory usage,
0
@@ -424,6 +425,20 @@ mileage may vary.
0
 This option may only occur once, in the global server configuration.
0
 The default value is '120'.
0
 
0
+=== RailsMaxInstancesPerApp <integer> ===
0
+The maximum number of Ruby on Rails application instances that may
0
+be simultaneously active for a single application. This helps to make
0
+sure that a single application will not occupy all available slots in
0
+the application pool.
0
+
0
+This value must be less than <<RailsMaxPoolSize,RailsMaxPoolSize>>. A value of 0
0
+means that there is no limit placed on the number of instances a single application
0
+may use, i.e. only the global limit of <<RailsMaxPoolSize,RailsMaxPoolSize>>
0
+will be enforced.
0
+
0
+This option may only occur once, in the global server configuration.
0
+The default value is '0'.
0
+
0
 [[RailsUserSwitching]]
0
 === RailsUserSwitching <on|off> ===
0
 Whether to enable <<user_switching,user switching support>>.

Comments

  • Lipsiasoft Fri May 16 00:59:02 -0700 2008

    Very very thanks!!!!
    I apreciate also vhost default user.