Feature/web gui2 (#16)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Add oveview and enhance.
This commit is contained in:
parent
8567a2f052
commit
6f45e7982a
32 changed files with 1382 additions and 250 deletions
|
|
@ -39,7 +39,7 @@ dependencies {
|
|||
|
||||
application {
|
||||
applicationName = 'vm-manager'
|
||||
applicationDefaultJvmArgs = ['-Xmx128m', '-XX:+UseParallelGC',
|
||||
applicationDefaultJvmArgs = ['-Xmx64m', '-XX:+UseParallelGC',
|
||||
'-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