Skip to content

Set 1400MB memory limit for Puma

Kamil Trzciński requested to merge higher-limit-for-puma into master

It seems that our current limit for Puma given defaults is unreasonably small and not in pair with Sidekiq which can baloon to 2GB.

Makes this reasonable default. 650MB as default for Unicorn is reasonable, as it at most process single request, but Puma can run by default up-to 16 requests on single process.

Merge request reports