File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if ($^O eq 'MSWin32') {
20
20
21
21
open my $fh , " >" , $install_to
22
22
or die " Could not open $install_to : $! " ;
23
- print $fh ' @java -Xss1m -Xmx1024m -Xbootclasspath/a:' . $jar_dir . ' \\ nqp-runtime.jar;' .
23
+ print $fh ' @java -Xss1m -Xmx1324m -Xbootclasspath/a:' . $jar_dir . ' \\ nqp-runtime.jar;' .
24
24
" $jar_dir \\ @asmfile @;$jar_dir \\ @jlinefile @;$lib_dir \\ nqp.jar -cp $lib_dir nqp %*\n " ;
25
25
close $fh
26
26
or die " Could not close $install_to : $! " ;
37
37
print $fh " #!/bin/sh\n " ;
38
38
print $fh " : \$ {NQP_DIR:=\" $nqp_dir \" }\n " ;
39
39
print $fh " : \$ {NQP_JARS:=\" $jars \" }\n " ;
40
- print $fh " exec java -Xss1m -Xmx1024m -Xbootclasspath/a:\$ {NQP_JARS} -cp $lib_dir nqp \"\$\@\"\n " ;
40
+ print $fh " exec java -Xss1m -Xmx1324m -Xbootclasspath/a:\$ {NQP_JARS} -cp $lib_dir nqp \"\$\@\"\n " ;
41
41
close $fh
42
42
or die " Could not close $install_to : $! " ;
43
43
chmod 0755, $install_to ;
You can’t perform that action at this time.
0 commit comments