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 {
|
||||
applicationName = 'vm-manager'
|
||||
applicationDefaultJvmArgs = ['-Xms50m',
|
||||
applicationDefaultJvmArgs = ['-Xmx50m',
|
||||
'-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