Skip to content

Commit 64714bb

Browse files
committed
increase runIdea max memory from 512mb to 1gb
1 parent f855856 commit 64714bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ intellij {
5757
}
5858
}
5959

60+
runIdea {
61+
jvmArgs = [ '-Xmx1g' ]
62+
}
63+
6064
test {
6165
testLogging {
6266
exceptionFormat = 'full'

0 commit comments

Comments
 (0)