Added memory allocation to run configurations
This commit is contained in:
parent
f5138fde5d
commit
0cbd54d064
1 changed files with 8 additions and 0 deletions
|
@ -97,3 +97,11 @@ idea {
|
|||
inheritOutputDirs = true
|
||||
}
|
||||
}
|
||||
|
||||
runClient {
|
||||
jvmArgs "-Xmx1024m", "-Xms1024m"
|
||||
}
|
||||
|
||||
runServer {
|
||||
jvmArgs "-Xmx1024m", "-Xms1024m"
|
||||
}
|
Loading…
Reference in a new issue