Skip to content

Commit 870fc37

Browse files
apparently prometheus needs more than 10Gi given we enabled more scraping with recent changes (awslabs#442)
1 parent e131d38 commit 870fc37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tasks/generators/clusterloader/load-slos.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ spec:
160160
export PROMETHEUS_SCRAPE_KUBELETS=true
161161
export PROMETHEUS_SCRAPE_KUBE_STATE_METRICS=true
162162
export PROMETHEUS_KUBE_PROXY_SELECTOR_KEY=k8s-app
163+
export PROMETHEUS_MEMORY_REQUEST=16Gi
163164
fi
164165
cat $(workspaces.source.path)/perf-tests/clusterloader2/testing/load/config.yaml
165166
cd $(workspaces.source.path)/perf-tests/clusterloader2/

0 commit comments

Comments
 (0)