Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 906d670

Browse files
committed
Clarify mem limit/startup wording
1 parent 153a900 commit 906d670

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Container images are configured using parameters passed at runtime (such as thos
151151
| `-e PUID=1000` | for UserID - see below for explanation |
152152
| `-e PGID=1000` | for GroupID - see below for explanation |
153153
| `-e TZ=Europe/London` | Specify a timezone to use (e.g. Europe/London) - [see list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) |
154-
| `-e MEM_LIMIT=1024` | Optionally change the Java memory limit. Set to `default` to reset to default |
155-
| `-e MEM_STARTUP=1024` | Optionally change the Java initial/minimum memory. Set to `default` to reset to default |
154+
| `-e MEM_LIMIT=1024` | Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default |
155+
| `-e MEM_STARTUP=1024` | Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default |
156156
| `-v /config` | All Unifi data stored here |
157157

158158
## Environment variables from files (Docker secrets)

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ param_env_vars:
3535
# optional container parameters
3636
opt_param_usage_include_env: true
3737
opt_param_env_vars:
38-
- { env_var: "MEM_LIMIT", env_value: "1024", desc: "Optionally change the Java memory limit. Set to `default` to reset to default" }
39-
- { env_var: "MEM_STARTUP", env_value: "1024", desc: "Optionally change the Java initial/minimum memory. Set to `default` to reset to default" }
38+
- { env_var: "MEM_LIMIT", env_value: "1024", desc: "Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default" }
39+
- { env_var: "MEM_STARTUP", env_value: "1024", desc: "Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default" }
4040

4141
opt_param_usage_include_ports: true
4242
opt_param_ports:

0 commit comments

Comments
 (0)