Skip to content

Commit b1145f7

Browse files
committed
services/nomad/infrastructure: Increase mirror memory to 2GB
1 parent 0c95444 commit b1145f7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

services/nomad/infrastructure/nginx-mirror.nomad

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ job "nginx" {
2727
network_mode = "host"
2828
}
2929

30+
resources {
31+
memory = 2000
32+
}
33+
3034
dynamic "volume_mount" {
3135
for_each = ["mirror", "sources", ]
3236

0 commit comments

Comments
 (0)