mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Increase memory limitation for stackage-server-cron
During process with hoogle, the memory usage excceeds 2GiB and causes pod crashing loop.
This commit is contained in:
parent
c362dafc18
commit
83b3fcc44a
@ -28,9 +28,9 @@ cronResources:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 150m
|
||||
memory: 1048Mi
|
||||
memory: 2Gi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 2096Mi
|
||||
memory: 4Gi
|
||||
|
||||
registrySecretName: registry-key
|
||||
|
||||
Loading…
Reference in New Issue
Block a user