diff --git a/prombench/manifests/prombench/benchmark/7_prometheus_remote_write.yaml b/prombench/manifests/prombench/benchmark/7_prometheus_remote_write.yaml index 48e4f7bb3..021d4f8b0 100644 --- a/prombench/manifests/prombench/benchmark/7_prometheus_remote_write.yaml +++ b/prombench/manifests/prombench/benchmark/7_prometheus_remote_write.yaml @@ -19,8 +19,14 @@ spec: image: quay.io/bwplotka/sink:latest resources: requests: - cpu: "560m" - memory: "250Mi" + cpu: "2" + memory: "512Mi" + # Trade more memory for less CPU + env: + - name: GOGC + value: "off" + - name: GOMEMLIMIT + value: "512MiB" imagePullPolicy: Always ports: - name: sink-port