You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Config.java, you can see the param string is computed by always prepending "-D" to a key-value pair:
Consequently, using the "grid_jvm_options" option, it's impossible to set "-Xmx4g" or something like that to increase the heap size of the hub.
I will fix this by adding an additional config option, "grid_jvm_x_options" which is just a raw string you can add to the commandline options.
In Config.java, you can see the param string is computed by always prepending "-D" to a key-value pair:
Consequently, using the "grid_jvm_options" option, it's impossible to set "-Xmx4g" or something like that to increase the heap size of the hub.
I will fix this by adding an additional config option, "grid_jvm_x_options" which is just a raw string you can add to the commandline options.
Here's the faulty code that limits us too much:
The text was updated successfully, but these errors were encountered: