File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/clj/puppetlabs/services/jruby_pool_manager Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 74
74
* :profiler-output-file - A target file to direct profiler output to. If
75
75
not set, defaults to a random file relative to the working directory
76
76
of the service.
77
+
77
78
* :multithreaded - Instead of managing the number of JRuby Instances create
78
79
a single JRuby instance and manage the number of threads that may access it.
80
+
79
81
* :instance-creation-concurrency - How many instances to create at once. This
80
- will increase start up and potentially reload times, but if too high may
82
+ will improve start up and potentially reload times, but if too high may
81
83
create unaceptable load on the system during startup or reload."
82
84
{:ruby-load-path [schema/Str]
83
85
:gem-home schema/Str
You can’t perform that action at this time.
0 commit comments