Fix/add resource requirements.
This commit is contained in:
parent
e84b9e3e82
commit
c354e11592
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ dependencies {
|
||||||
|
|
||||||
application {
|
application {
|
||||||
applicationName = 'vm-manager'
|
applicationName = 'vm-manager'
|
||||||
applicationDefaultJvmArgs = ['-Xms50m',
|
applicationDefaultJvmArgs = ['-Xmx50m',
|
||||||
'-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