-
I try run elasticsearch on podman by quadlet.
but
Missing memory option in https://docs.podman.io/en/v4.8.1/markdown/podman-systemd.unit.5.html |
Beta Was this translation helpful? Give feedback.
Answered by
rhatdan
Dec 7, 2023
Replies: 1 comment 1 reply
-
Can you put the Memory flag under the [Service] section instead of Container. Systemd constraints apply the the service as well as the Container section. When it comes to Cgroups it is probably better to set it at the systemd level rather then at the container level |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
akihiro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you put the Memory flag under the [Service] section instead of Container. Systemd constraints apply the the service as well as the Container section. When it comes to Cgroups it is probably better to set it at the systemd level rather then at the container level