Make NODE_MEMORY_LIMIT a configurable addon option (default 512 MB)

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/c45f9e34-4233-4929-96c9-50c7db39ac6d
This commit is contained in:
copilot-swe-agent[bot]
2026-03-22 17:12:42 +00:00
parent f6750c806a
commit d20d1199fe
4 changed files with 12 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ Use `env_vars` to pass extra environment variables when needed. Seerr configurat
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| `NODE_MEMORY_LIMIT` | int | `512` | Maximum Node.js heap memory in MB. Increase if Seerr crashes with large libraries; decrease on memory-constrained systems. |
| `PGID` | int | `0` | Group ID for file permissions |
| `PUID` | int | `0` | User ID for file permissions |
| `TZ` | str | | Timezone (e.g. `Europe/London`) |
@@ -33,6 +34,7 @@ Use `env_vars` to pass extra environment variables when needed. Seerr configurat
### Example
```yaml
NODE_MEMORY_LIMIT: 512
env_vars: []
PGID: 0
PUID: 0