[fix](pipeline) adjust mem limit to 30% (#14523)

This commit is contained in:
chunping
2022-11-23 20:07:45 +08:00
committed by GitHub
parent 648fd93dc5
commit 6770bfc7f0
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 = 20%
mem_limit = 30%
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 = 20%
mem_limit = 30%
disable_minidump = true
path_gc_check_interval_second=1
max_garbage_sweep_interval=180