Enable jemalloc on nodepoolv3 builders + launchers

Depends-On: https://review.opendev.org/656986
Change-Id: I721326d75771198cce0289b6ee21596f0b761467
This commit is contained in:
David Shrewsbury 2019-05-06 09:48:52 -04:00
parent 5eb147f7d9
commit d503ffbcdd
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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