Documentation
DocumentationDiscussions
These docs are for v2021.3. Click to read the latest docs for v2024.2.

Memory

Details on using the Seq Helm chart

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.