mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #1286 from lrusak/64bit-fix
kodi: set MALLOC_MMAP_THRESHOLD_=524288 for 64bit cpus
This commit is contained in:
commit
157ca22f3e
@ -45,3 +45,7 @@ fi
|
||||
KODI_ARGS="--lircdev /run/lirc/lircd"
|
||||
|
||||
echo "KODI_ARGS=\"$KODI_ARGS\"" > /run/libreelec/kodi.conf
|
||||
|
||||
if [ "$(uname -m)" = "x86_64" -o "$(uname -m)" = "aarch64" ]; then
|
||||
echo "MALLOC_MMAP_THRESHOLD_=524288" >> /run/libreelec/kodi.conf
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user