Libreelec 9.2
RPI 1 b+
kodi.conf
KODI_ARGS=""
MALLOC_MMAP_THRESHOLD_=8192
how to change this value ? (to MALLOC_MMAP_THRESHOLD_=131072 / other value)
Note: kodi.bin usage 60% memory e 50% CPU
Libreelec 9.2
RPI 1 b+
kodi.conf
KODI_ARGS=""
MALLOC_MMAP_THRESHOLD_=8192
how to change this value ? (to MALLOC_MMAP_THRESHOLD_=131072 / other value)
Note: kodi.bin usage 60% memory e 50% CPU
Create /storage/.config/kodi.conf with the required content and restart Kodi (or reboot).
Thank you for your help.
Create /storage/.config/kodi.conf
parameters: MALLOC_MMAP_THRESHOLD_=131072
cat /run/libreelec/kodi.conf
KODI_ARGS=""
MALLOC_MMAP_THRESHOLD_=8192
MALLOC_MMAP_THRESHOLD_=131072
I want to change the value 8192 to 131072.
help me with this
Looks like kodi.conf contains two lines. They are read in sequence so the second overwrited the first value set and is used. You can always remove the 8192 line and then the file only sets the 131072 value.