Improve memory
Some checks failed
CI / Check (push) Failing after 2m0s
Build and publish Docker image / build-and-push (push) Successful in 7m36s

This commit is contained in:
Andras Schmelczer 2026-06-04 21:42:21 +01:00
parent d6d20ccd37
commit 843d14b7ba
6 changed files with 110 additions and 4 deletions

View file

@ -32,6 +32,9 @@ services:
- ./property-data:/app/data:ro
- ./finder/data:/app/finder-data:ro
environment:
# Fallback only — the binary uses jemalloc as its global allocator
# (tuned via a baked-in malloc_conf). Caps glibc to 2 arenas.
MALLOC_ARENA_MAX: "2"
POCKETBASE_URL: http://pocketbase:8090
POCKETBASE_ADMIN_EMAIL: *pb-email
POCKETBASE_ADMIN_PASSWORD: *pb-password