Skip to content

Commit

Permalink
ci: increase client avg mem
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Oct 17, 2023
1 parent a0aa382 commit a43bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
# limits here are lower that benchmark tests as there is less going on.
run: |
client_peak_mem_limit_mb="300" # mb
client_avg_mem_limit_mb="150" # mb
client_avg_mem_limit_mb="180" # mb
peak_mem_usage=$(
rg '"memory_used_mb":[^,]*' $CLIENT_DATA_PATH/logs --glob safe.* -o --no-line-number --no-filename |
Expand Down

0 comments on commit a43bdb8

Please sign in to comment.