limit Xmx on cli-lanterna too

pull/24/head
Zlatin Balevsky 2019-10-31 06:52:56 +00:00
parent 5b0180280e
commit 9b3a7473d1
1 changed files with 1 additions and 1 deletions

View File

@ -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")