Merge "Enable jemalloc on nodepoolv3 builders + launchers"
This commit is contained in:
commit
56f8af9a88
@ -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