Improve memory
This commit is contained in:
parent
d6d20ccd37
commit
843d14b7ba
6 changed files with 110 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue