Fix/add resource requirements.

This commit is contained in:
Michael Lipp 2023-08-15 17:03:43 +02:00
parent e84b9e3e82
commit c354e11592

View file

@ -25,7 +25,7 @@ dependencies {
application {
applicationName = 'vm-manager'
applicationDefaultJvmArgs = ['-Xms50m',
applicationDefaultJvmArgs = ['-Xmx50m',
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
]
// Define the main class for the application.