Defines the amount of RAM (default) 1GB ->2GB

Defines the amount of RAM for elasticsearch (Java option)
This commit is contained in:
Rigo 2022-05-31 10:15:44 +02:00
parent 208d0b7bc2
commit 8d43d3cf07

View File

@ -18,3 +18,6 @@ LXC_UNPRIVILEGED="1"
# enable nesting feature
LXC_NESTING="1"
# Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024)
LXC_MEM="2048"