mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
parent
f193c5a53f
commit
38226fd240
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo "Initializing Immich $IMMICH_SOURCE_REF"
|
echo "Initializing Immich $IMMICH_SOURCE_REF"
|
||||||
|
|
||||||
lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
|
lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.3"
|
||||||
if [ -f "$lib_path" ]; then
|
if [ -f "$lib_path" ]; then
|
||||||
export LD_PRELOAD="$lib_path"
|
export LD_PRELOAD="$lib_path"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user