Files
OmniRoute/scripts
soyelmismo 2f707e08e0 fix(oom): increase Docker heap to 1024MB + wire OMNIROUTE_MEMORY_MB override
Dockerfile: OMNIROUTE_MEMORY_MB=1024 (was hardcoded 256MB).
NODE_OPTIONS now references OMNIROUTE_MEMORY_MB so users can
override via docker run -e OMNIROUTE_MEMORY_MB=2048.

check-permissions.sh: entrypoint reads OMNIROUTE_MEMORY_MB and
builds NODE_OPTIONS dynamically. This was documented in .env.example
but never actually implemented — the entrypoint just did exec
without processing the variable.

Combined with the first commit's cache eviction fixes, this should
prevent the OOM crashes that killed the process within 5 minutes
of intensive use.
2026-05-30 21:52:37 -05:00
..
2026-05-29 19:54:00 -03:00
2026-05-29 12:44:29 -03:00
2026-05-29 19:54:00 -03:00
2026-05-20 09:12:49 -03:00
2026-05-24 18:05:58 -03:00
2026-05-26 23:51:47 -03:00
2026-05-24 18:05:58 -03:00