From: notaz Date: Fri, 15 Feb 2013 21:43:53 +0000 (+0200) Subject: frontend: pandora: adjust hugetlb allocation X-Git-Tag: r19~18 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=1ac804af759a1439428d57c41c05bdda0c59bc21 frontend: pandora: adjust hugetlb allocation needs some tweaks after mem refactoring --- diff --git a/frontend/pandora/pcsx.sh b/frontend/pandora/pcsx.sh index 4258ac1b..a69ca31a 100755 --- a/frontend/pandora/pcsx.sh +++ b/frontend/pandora/pcsx.sh @@ -5,9 +5,10 @@ nub0mode=`cat /proc/pandora/nub0/mode` 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 -sudo -n /usr/pandora/scripts/op_hugetlb.sh 16 +sudo -n /usr/pandora/scripts/op_hugetlb.sh 24 ./pcsx "$@"