Skip to content

Add OOM troubleshooting note to README#1184

Open
Dipro-cyber wants to merge 3 commits into
oss-aspen:devfrom
Dipro-cyber:issue-1169-oom-docs
Open

Add OOM troubleshooting note to README#1184
Dipro-cyber wants to merge 3 commits into
oss-aspen:devfrom
Dipro-cyber:issue-1169-oom-docs

Conversation

@Dipro-cyber

Copy link
Copy Markdown
Contributor

Pull Request Change Description

Adds an Out of Memory (OOM) troubleshooting note to the README in both the Docker and Podman deployment sections.

Users who increase the number of concurrent workers to avoid the known deadlock may inadvertently hit memory limits on local machines. The note advises reducing the --concurrency value in docker-compose.yml for the worker-callback and worker-query services (default is 8; reducing to 2–4 can significantly lower memory usage).

Closes #1169

Generative AI disclosure

  • This contribution was assisted or created by Generative AI tools.
    • What tools were used? Kiro (AI-powered dev environment)
    • How were these tools used? Suggested placement and wording for the documentation addition
    • Did you review these outputs before submitting this PR? Yes

Adds a note in the Docker and Podman deployment sections advising users
who hit Out of Memory issues to reduce the --concurrency value for the
worker-callback and worker-query services in docker-compose.yml.

The default concurrency is 8; the note suggests reducing to 2 or 4 to
lower memory usage at the cost of slower data loading.

Closes oss-aspen#1169

@MoralCode MoralCode left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm interested in why we are including the same content twice. Do we have a larger section of duplicate content within the README?

@Dipro-cyber

Copy link
Copy Markdown
Contributor Author

I'm interested in why we are including the same content twice. Do we have a larger section of duplicate content within the README?

Sorry sir, didn't check it. Now it's appearing only in Docker section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add to documentation check for OOM issues

2 participants