diff --git a/org.jdrupes.vmoperator.runner.qemu/build.gradle b/org.jdrupes.vmoperator.runner.qemu/build.gradle index e2665ff..c9a6f84 100644 --- a/org.jdrupes.vmoperator.runner.qemu/build.gradle +++ b/org.jdrupes.vmoperator.runner.qemu/build.gradle @@ -24,6 +24,19 @@ dependencies { } application { + applicationDefaultJvmArgs = ['-Xms50m', + '-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager' + ] // Define the main class for the application. mainClass = 'org.jdrupes.vmoperator.runner.qemu.Runner' } + +distributions { + main { + distributionBaseName = 'runner-qemu' +// contents { +// from 'src/readme' +// } + } +} + diff --git a/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties b/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties index 5407426..8ebba90 100644 --- a/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties +++ b/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties @@ -1,6 +1,6 @@ # -# Ad Hoc Polling Application -# Copyright (C) 2018 Michael N. Lipp +# VM-Operator +# Copyright (C) 2023 Michael N. Lipp # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by