Memory

For Seq to accurately measure available memory, depending on the hosting infrastructure, it's often necessary to specify memory limits for the deployment.

Setting a memory limit in the resources section of your Helm chart configuration will set a limit that Seq can see and stay within:

# config.yaml
resources:
  limits:
    memory: 4Gi

Also see the Docker Memory docs for some general guidance on configuring Seq's memory targets and limits.