Merge "Enable jemalloc on nodepoolv3 builders + launchers"

This commit is contained in:
Zuul 2019-05-06 14:50:33 +00:00 committed by Gerrit Code Review
commit 56f8af9a88
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