com.sun.grizzly.pool.MessageBundle.properties Maven / Gradle / Ivy
dynamicpool.received.new.object = \
Recieved new object from the DynamicPool in {0}ms.\
{1}/{2} active Objects ({3} idle, {4} active)
dynamicpool.received.voted.new.object = \
Recieved new object from the DynamicPool in {0}ms, \
but voted for an additional object.\
{1}/{2} active Objects ({3} idle, {4} active)
dynamicpool.returned.objects = \
Returned object to the DynamicPool. {0}/{1} active Objects ({2} idle, {3} active)
dynamicpool.excessive.idle.objects = \
Excessive idle objects: returned object not re-added to the DynamicPool. {0}/{1} active Objects ({2} idle, {3} active)
dynamicpool.returned.hardminimum = \
Returned object to the DynamicPool due to hard minimum. {0}/{1} active Objects ({2} idle, {3} active)
dynamicpool.returned.objects.reduction = \
Returned object to the DynamicPool, considering active object reduction. {0}/{1} active Objects ({2} idle, {3} active)
dynamicpool.starting.threadpool = \
Dynamic pool creation threadpool starting with {0} threads
dynamicpool.newinstance.creation.time = \
New instance created in {0} milliseconds
dynamicpool.shutdown.command = \
Dynamic pool creation threadpool task submission finished, sending shutdown command
dynamicpool.init.finished = \
Dynamic pool initialization finished
dynamicpool.init.err = \
Dynamic pool did not finish initialization in a reasonable amount of time! Be aware that it is possible that Jruby has failed on initialization, requiring a restart of the application!!
dynamicpool.init.interrupted = \
Dynamic pool startup interrupted! Active runtime count cannot be guaranteed
dynamicpool.new.instance = \
New instance (#{0}) created in {1} milliseconds
dynamicpool.shutdown.interrupted = \
Object Pool interrupted on shutdown
dynamicpool.status = \
Dynamic pool created. Initial runtimes will be {0}, hard minimum is {1}, hard maximum is {2}.\
If you experiance out of memory errors, consider increasing the heap size or setting the \
jruby.runtime.min or jruby.runtime.max Java system properties. If starting GlassFish using \
java CLI then provide it as system property, such as -Djruby.runtime.min=1 -Djruby.runtime.max=2, \
otherwise make an entry into $GLASSFISH_INSTALL/domains/domain1/config/domain.xml, such as \
-Djruby.runtime.min=1 -Djruby.runtime.max=2 .
dynamicpool.disabled = \
Pool started without dynamic resizing enabled. Pool will not attempt to determine the upper and lower bounds that \
it should be using, and will stay at {0}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy