bugfixes; research subproc; higher sandbox limits

This commit is contained in:
2026-04-16 18:11:26 -04:00
parent f80c943dc3
commit 3153e89d4f
54 changed files with 1947 additions and 498 deletions

View File

@@ -46,6 +46,11 @@ data:
alerts:
max_active: 100
# Memory guard: soft RLIMIT_AS limit as a fraction of the cgroup memory.max.
# Set below 1.0 so Python raises MemoryError before the kernel OOM-kills the pod.
memory:
limit_fraction: 0.85
# Logging
logging:
level: "INFO"