We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8a198 commit 2b318ebCopy full SHA for 2b318eb
examples/scratchpad.kts
examples/unit_tests.sh
@@ -51,8 +51,8 @@ kscript <(cat .test.kts)
51
52
## (4) KOTLIN_OPTS (
53
54
-kscript - <<"EOF" | grep "^-ea"
55
-//KOTLIN_OPTS -J-Xmx5g -J-server -J-ea
+kscript - <<"EOF" #| grep "Xmx"
+//KOTLIN_OPTS -J-Xmx500m -J-server -J-ea
56
57
import java.lang.management.ManagementFactory
58
import java.lang.management.RuntimeMXBean
0 commit comments