perfs (registry): add memory

This commit is contained in:
vincent 2024-06-25 18:45:16 +02:00
parent cae4ceb623
commit d578fefbce

View File

@ -90,7 +90,7 @@ version: '0.1'
}
resources {
memory = 150
memory_max = 300
memory_max = 400
}
}
task "docker-ghcr" {
@ -133,7 +133,7 @@ version: '0.1'
}
resources {
memory = 150
memory_max = 300
memory_max = 400
}
}