limit Xmx on cli-lanterna too
This commit is contained in:
@@ -14,7 +14,7 @@ apply plugin : 'application'
|
||||
mainClassName = 'com.muwire.clilanterna.CliLanterna'
|
||||
apply plugin : 'com.github.johnrengelman.shadow'
|
||||
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties']
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties -Xmx256M']
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
|
||||
Reference in New Issue
Block a user