frontend: pandora: adjust hugetlb allocation
authornotaz <notasas@gmail.com>
Fri, 15 Feb 2013 21:43:53 +0000 (23:43 +0200)
committernotaz <notasas@gmail.com>
Fri, 15 Feb 2013 21:43:53 +0000 (23:43 +0200)
needs some tweaks after mem refactoring

frontend/pandora/pcsx.sh

index 4258ac1..a69ca31 100755 (executable)
@@ -5,9 +5,10 @@ nub0mode=`cat /proc/pandora/nub0/mode`
 nub1mode=`cat /proc/pandora/nub1/mode`
 /usr/pandora/scripts/op_nubchange.sh absolute absolute
 
 nub1mode=`cat /proc/pandora/nub1/mode`
 /usr/pandora/scripts/op_nubchange.sh absolute absolute
 
-# 4MB for RAM (2+align) + 2MB for vram (1+overdraw) + 10MB for gpu_neon (8+overdraw)
+# 4MB for RAM (2+align) + 2MB for vram (1+overdraw)
+#  + 10MB for gpu_neon (8+overdraw) + 8MB LUTs
 # no big deal if this fails, only performance loss
 # no big deal if this fails, only performance loss
-sudo -n /usr/pandora/scripts/op_hugetlb.sh 16
+sudo -n /usr/pandora/scripts/op_hugetlb.sh 24
 
 ./pcsx "$@"
 
 
 ./pcsx "$@"