Added memory allocation to run configurations

This commit is contained in:
LemADEC 2017-04-14 01:50:11 +02:00
parent f5138fde5d
commit 0cbd54d064

View file

@ -97,3 +97,11 @@ idea {
inheritOutputDirs = true
}
}
runClient {
jvmArgs "-Xmx1024m", "-Xms1024m"
}
runServer {
jvmArgs "-Xmx1024m", "-Xms1024m"
}