mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
flatpak-indexer: raise differ memory limit to 8Gi
This pod keeps getting OOMKilled while processing larger flatpak artifacts.
This commit is contained in:
committed by
humaton
parent
eb98c66f15
commit
3d3cc7f868
@@ -126,7 +126,7 @@ spec:
|
||||
memory: 1Gi
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: 3Gi
|
||||
memory: 8Gi
|
||||
volumeMounts:
|
||||
- mountPath: /etc/flatpak-indexer
|
||||
name: indexer-config-volume
|
||||
@@ -355,7 +355,7 @@ spec:
|
||||
memory: 1Gi
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: 3Gi
|
||||
memory: 8Gi
|
||||
volumeMounts:
|
||||
- mountPath: /etc/flatpak-indexer
|
||||
name: indexer-config-volume
|
||||
|
||||
Reference in New Issue
Block a user