java - How can I add G1 parameters into jetty scripts? -


i want add garbage collector's parameters

-xx:initiatingheapoccupancypercent=65 \ -xx:maxgcpausemillis=50 ...

from solr.in.sh jetty.in.sh ,how can it?is there way insert them jetty.in.sh or command prompt?

i added jvm arguments of gc in start.ini file of jetty.base , worked. :)


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -