From 343a22d0374d93f74358e3d50fdec988d9a32541 Mon Sep 17 00:00:00 2001 From: qima Date: Thu, 12 Dec 2024 20:52:09 +0800 Subject: [PATCH] chore(CI): raise up the client peak memory usage limit --- .github/workflows/benchmark-prs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-prs.yml b/.github/workflows/benchmark-prs.yml index 25392240a3..eb27cf7ffc 100644 --- a/.github/workflows/benchmark-prs.yml +++ b/.github/workflows/benchmark-prs.yml @@ -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=$(