Skip to content

Commit 8b5d836

Browse files
run_desktop.sh: run with default 8MB of heap
1 parent af91013 commit 8b5d836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/run_desktop.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "$0 appname # starts the app by appname, for example: com.example.helloworl
1313

1414
#export SDL_WINDOW_FULLSCREEN=true
1515

16-
#export HEAPSIZE=8M # 9MB is not enough for slides, 10MB is okay for 5, 16 for 10, 64 for 100s
16+
export HEAPSIZE=8M # 9MB is not enough for slides, 10MB is okay for 5, 16 for 10, 64 for 100s
1717
#export HEAPSIZE=9M # 9MB is not enough for slides, 10MB is okay for 5, 16 for 10, 64 for 100s
1818
#export HEAPSIZE=10M # 9MB is not enough for slides, 10MB is okay for 5, 16 for 10, 64 for 100s
1919
#export HEAPSIZE=11M # 9MB is not enough for slides, 10MB is okay for 5, 16 for 10, 64 for 100s
@@ -38,8 +38,8 @@ echo "$0 appname # starts the app by appname, for example: com.example.helloworl
3838
#export HEAPSIZE=20M # this is fine for 1024x576
3939
#export HEAPSIZE=15M # fine too
4040

41-
export HEAPSIZE=32M # for 1280x720 images in the image viewer
42-
export HEAPSIZE=128M # for 1280x720 images in the image viewer
41+
#export HEAPSIZE=32M # for 1280x720 images in the image viewer
42+
#export HEAPSIZE=128M # for 1280x720 images in the image viewer
4343

4444
# print os and set binary
4545
os_name=$(uname -s)

0 commit comments

Comments
 (0)