flatpak-indexer: raise differ memory limit to 8Gi

This pod keeps getting OOMKilled while processing larger flatpak artifacts.
This commit is contained in:
Yaakov Selkowitz
2025-07-31 19:04:47 -04:00
committed by humaton
parent eb98c66f15
commit 3d3cc7f868

View File

@@ -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