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