You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/security.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ Security components wrap popular open-source tools for subdomain discovery, DNS
7
7
8
8
---
9
9
10
+
## Advanced: container resources
11
+
12
+
Docker-based security components run with tiered default limits (light / standard / heavy). On any Docker security step, enable **Override container resources** in the config panel to set custom `Container memory limit` (e.g. `4g`, `512m`) and/or `Container CPU limit` (e.g. `2`, `0.5`) for that node only. Leave the toggle off to keep defaults.
13
+
14
+
- Host Docker must have enough RAM/CPU for overrides; OOM kills typically show exit code **137**.
15
+
- Worker caps: `SENTRIS_DOCKER_MAX_MEMORY` (default `8g`) and `SENTRIS_DOCKER_MAX_CPUS` (default `4`) in [`worker/.env`](../../worker/.env.example).
0 commit comments