DocumentationDiscussions
DocumentationDiscussions
Hey! These docs are for version 2021.3, which is no longer officially supported. Click here for the latest version, 2023.4!

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.