Skip to content

Commit 8dd9a69

Browse files
authored
Switch back to jemalloc (#71)
* Switch back to jemalloc * Update run * Update pulse-config.sh
1 parent a79ce24 commit 8dd9a69

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

rootfs/etc/cont-init.d/pulse-config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Check device information and adjust Pulse
44
# ==============================================================================
55
declare tsched
6+
7+
# shellcheck disable=SC2155
68
readonly ALSA_CARDS="$(aplay -l)"
79

810
# RaspberryPi

rootfs/etc/services.d/pulseaudio/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Start PulseAudio service
44
# ==============================================================================
55
export PULSE_STATE_PATH="/data/states"
6-
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
6+
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
77

88
exec pulseaudio --system -vvv --disallow-exit --exit-idle-time=-1 --disable-shm

0 commit comments

Comments
 (0)