@@ -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
4545os_name=$( uname -s)