Force parallel GC.
This commit is contained in:
parent
70ecc39466
commit
c13344d0e2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ dependencies {
|
|||
application {
|
||||
applicationName = 'vm-runner.qemu'
|
||||
// Keep sync'd with deploy/vmop-deployment.yaml
|
||||
applicationDefaultJvmArgs = ['-Xmx32m',
|
||||
applicationDefaultJvmArgs = ['-Xmx32m', '-XX:+UseParallelGC',
|
||||
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
|
||||
]
|
||||
// Define the main class for the application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue