1
Fork 0

Fix commafeed podman memory flag syntax

This commit is contained in:
prescientmoon 2024-02-25 06:43:51 +01:00
parent 4852371d81
commit f2855ff740
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -17,7 +17,7 @@ in
ports = [ "${toString port}:8082" ]; # server:docker ports = [ "${toString port}:8082" ]; # server:docker
volumes = [ "${dataDir}:/commafeed/data" ]; # server:docker volumes = [ "${dataDir}:/commafeed/data" ]; # server:docker
extraOptions = [ "--memory 64m" ]; # the JVM is way too hungry extraOptions = [ "--memory=64m" ]; # the JVM is way too hungry
# https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example # https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example
environment = { environment = {