Skip to content

chore: reduce puma workers to 2#23

Open
JoshTheWanderer wants to merge 1 commit into
mainfrom
chore/reduce-puma-workers
Open

chore: reduce puma workers to 2#23
JoshTheWanderer wants to merge 1 commit into
mainfrom
chore/reduce-puma-workers

Conversation

@JoshTheWanderer

Copy link
Copy Markdown
Member

Summary

  • Set puma worker_count to a fixed 2 (was (Concurrent.processor_count * 0.666).ceil).
  • Lowers memory footprint and also caps JOB_CONCURRENCY at 2, since it derives from worker_count.
  • WEB_CONCURRENCY env still overrides web workers if needed.

🤖 Generated with Claude Code

Was CPU-relative (processor_count * 0.666). Fixed at 2 to lower
memory footprint. Also caps JOB_CONCURRENCY at 2 since it derives
from worker_count.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@sonarqubecloud

Copy link
Copy Markdown

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant