[test](pipline) adjust mem limit to 50% (#20030)

This commit is contained in:
chunping
2023-05-25 15:51:32 +08:00
committed by GitHub
parent 618961053f
commit 694b8b6cd3
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ webserver_port = 8141
heartbeat_service_port = 9151
brpc_port = 8161
mem_limit = 33%
mem_limit = 50%
disable_minidump = true
path_gc_check_interval_second=1
max_garbage_sweep_interval=180

View File

@ -26,7 +26,7 @@ webserver_port = 8142
heartbeat_service_port = 9152
brpc_port = 8162
mem_limit = 33%
mem_limit = 50%
disable_minidump = true
path_gc_check_interval_second=1
max_garbage_sweep_interval=180