Ruby Container

Use the Ruby Container page to configure the Ruby container.

The Ruby Container page contains the following options.

JRuby Home

The path to the directory where the JRuby add-on component is installed. The default location is as-install/jruby. If a deployed JRuby application also specifies a JRuby Home value, the value set for the application overrides the value of the JRuby Home field.

Initial Pool Size

The initial number of JRuby runtimes to start. The value must be greater than zero, greater than or equal to the value in the Minimum Pool Size field, and less than or equal to the value in the Maximum Pool Size field. The default value is 1. If a deployed JRuby application also specifies an Initial Pool Size value, the value set for the application overrides the value of the Initial Pool Size field set for the Ruby container.

Minimum Pool Size

The minimum number of JRuby runtimes in the pool. The value must be greater than zero, less than or equal to the value in the Initial Pool Size field, and less than or equal to the value in the Maximum Pool Size field. The default value is 1. If a deployed JRuby application also specifies a Minimum Pool Size value, the value set for the application overrides the value of the Minimum Pool Size field set for the Ruby container.

Maximum Pool Size

The maximum number of JRuby runtimes in the pool. The value must be greater than or equal to the value in the Minimum Pool Size field and greater than or equal to the value in the Initial Pool Size field. The default value is 1. If a deployed JRuby application also specifies a Maximum Pool Size value, the value set for the application overrides the value of the Maximum Pool Size field set for the Ruby container.

Related Tasks
Related asadmin Command