mirror of https://github.com/zlatinb/muwire
limit Xmx on cli-lanterna too
parent
5b0180280e
commit
9b3a7473d1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue