More memory needed when handling a large number of VMs.

This commit is contained in:
Michael Lipp 2024-02-04 22:03:02 +01:00
parent 57edc36980
commit 49370b507b

View file

@ -39,7 +39,7 @@ dependencies {
application {
applicationName = 'vm-manager'
applicationDefaultJvmArgs = ['-Xmx64m', '-XX:+UseParallelGC',
applicationDefaultJvmArgs = ['-Xmx128m', '-XX:+UseParallelGC',
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
]
// Define the main class for the application.