Enable jemalloc on nodepoolv3 builders + launchers
Depends-On: https://review.opendev.org/656986 Change-Id: I721326d75771198cce0289b6ee21596f0b761467
This commit is contained in:
parent
5eb147f7d9
commit
d503ffbcdd
@ -9,3 +9,4 @@ export <%= key %>='<%= @environment[key] %>'
|
||||
PIDFILE=/var/run/nodepool/nodepool-builder.pid
|
||||
<% end -%>
|
||||
DAEMON_ARGS="-c /etc/nodepool/nodepool.yaml -l /etc/nodepool/builder-logging.conf --build-workers <%= @build_workers %> --upload-workers <%= @upload_workers %>"
|
||||
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
|
||||
|
@ -6,3 +6,4 @@ export STATSD_PORT=8125
|
||||
export STATSD_PREFIX=<%= @statsd_prefix %>
|
||||
<% end -%>
|
||||
DAEMON_ARGS="-c /etc/nodepool/nodepool.yaml -l /etc/nodepool/launcher-logging.conf"
|
||||
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user