Skip to content

Commit

Permalink
Increase maxSamples to 100000000 (from default 50000000).
Browse files Browse the repository at this point in the history
This should mitigate: "query processing would load too many samples into memory
in query execution" error in gce5000.
  • Loading branch information
oxddr committed Dec 11, 2019
1 parent 22c490f commit ae6db66
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ spec:
requests:
# Start with 10Gi, add 10Gi for each 1K nodes.
storage: {{MultiplyInt 10 (AddInt 1 (DivideInt .Nodes 1000))}}Gi
query:
maxSamples: 100000000

0 comments on commit ae6db66

Please sign in to comment.