Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 2748905

Browse files
committed
Increase Windows memory settings.
1 parent b7b5180 commit 2748905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makelauncher.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Section ""
2121

2222
; change for your purpose (-jar etc.)
2323
${GetParameters} $0
24-
StrCpy $0 '"$R0" -classpath "${CLASSPATH}" ${CLASS} $0'
24+
StrCpy $0 '"$R0" -Xms128m -Xmx1024m -classpath "${CLASSPATH}" ${CLASS} $0'
2525

2626
SetOutPath $EXEDIR
2727
Exec $0
@@ -48,4 +48,4 @@ Function GetJRE
4848
JreFound:
4949
Pop $R1
5050
Exch $R0
51-
FunctionEnd
51+
FunctionEnd

0 commit comments

Comments
 (0)