Skip to content

Commit

Permalink
chore(CI): raise up the client peak memory usage limit
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi committed Dec 12, 2024
1 parent 2f3023c commit e4270aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ jobs:
###########################
### Client Mem Analysis ###
###########################
### The peak limit shall be restored back to 50MB,
### Once client side chunking/quoting flow got re-examined.

- name: Check client memory usage
shell: bash
run: |
client_peak_mem_limit_mb="1024" # mb
client_peak_mem_limit_mb="1500" # mb
client_avg_mem_limit_mb="512" # mb
peak_mem_usage=$(
Expand Down

0 comments on commit e4270aa

Please sign in to comment.