mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-03 21:00:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user