properly set Xmx

pull/24/head
Zlatin Balevsky 2019-10-31 07:15:54 +00:00
parent 88ac267f99
commit 6e20193d57
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ apply plugin : 'application'
mainClassName = 'com.muwire.clilanterna.CliLanterna' mainClassName = 'com.muwire.clilanterna.CliLanterna'
apply plugin : 'com.github.johnrengelman.shadow' apply plugin : 'com.github.johnrengelman.shadow'
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties -Xmx256M'] applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
dependencies { dependencies {
compile project(":core") compile project(":core")

View File

@ -41,7 +41,7 @@ griffon {
} }
mainClassName = 'com.muwire.gui.Launcher' mainClassName = 'com.muwire.gui.Launcher'
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties -Xmx256M'] applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
apply from: 'gradle/publishing.gradle' apply from: 'gradle/publishing.gradle'
// apply from: 'gradle/code-coverage.gradle' // apply from: 'gradle/code-coverage.gradle'