nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit 9ab0d8d0a3bafcc41b5b68a81a59138406e6e3d7
parent eb7ec7e15b3a5a521e08170597d8770f3eab6b58
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 23 Mar 2023 20:51:25 +0100

fix(mastadon): sidekiq OOM

Diffstat:
Mhcl/default/mastodon/mastodon.nomad | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/mastodon/mastodon.nomad b/hcl/default/mastodon/mastodon.nomad @@ -170,7 +170,7 @@ job "mastodon" { } resources { - memory = 300 + memory = 500 cpu = 200 } }