Commit 7573c25d authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'sh-update-puma-memory-limits' into 'master'

Raise Puma Worker Killer RAM limits

See merge request gitlab-org/gitlab!45116
parents c461a180 0324b873
---
title: Raise Puma Worker Killer RAM limits
merge_request: 45116
author:
type: changed
......@@ -5,8 +5,8 @@ module Gitlab
class PumaWorkerKillerInitializer
def self.start(
puma_options,
puma_per_worker_max_memory_mb: 850,
puma_master_max_memory_mb: 550,
puma_per_worker_max_memory_mb: 1024,
puma_master_max_memory_mb: 800,
additional_puma_dev_max_memory_mb: 200
)
require 'puma_worker_killer'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment