Skip to content

Commit

Permalink
Fix tracecompass-test-pod.yaml memory allocation
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Mar 25, 2024
1 parent 90a2aaa commit ab94ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/pod-templates/tracecompass-test-pod.yaml
Expand Up @@ -13,7 +13,7 @@ spec:
memory: "6Gi"
cpu: "2000m"
limits:
memory: "5Gi"
memory: "6Gi"
cpu: "2000m"
volumeMounts:
- name: settings-xml
Expand Down

0 comments on commit ab94ff7

Please sign in to comment.