Force parallel GC.
This commit is contained in:
parent
e10256f04e
commit
998e9c6aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ dependencies {
|
||||||
|
|
||||||
application {
|
application {
|
||||||
applicationName = 'vm-manager'
|
applicationName = 'vm-manager'
|
||||||
applicationDefaultJvmArgs = ['-Xmx50m',
|
applicationDefaultJvmArgs = ['-Xmx50m', '-XX:+UseParallelGC',
|
||||||
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
|
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
|
||||||
]
|
]
|
||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue