More memory needed when handling a large number of VMs.
This commit is contained in:
parent
57edc36980
commit
49370b507b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ dependencies {
|
||||||
|
|
||||||
application {
|
application {
|
||||||
applicationName = 'vm-manager'
|
applicationName = 'vm-manager'
|
||||||
applicationDefaultJvmArgs = ['-Xmx64m', '-XX:+UseParallelGC',
|
applicationDefaultJvmArgs = ['-Xmx128m', '-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