Skip to content

Commit 93044f1

Browse files
author
Nick Apostolakis
committed
adding the memory-chunks in the supervisord service command
1 parent 3187468 commit 93044f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
mode 0644
7676
end
7777

78-
prom_command="/opt/prometheus/prometheus -config.file=/opt/prometheus/prometheus.yml -storage.local.path=#{node['prometheus']['flags']['storage.local.path']} -web.console.libraries=#{node['prometheus']['flags']['web.console.libraries']} -web.console.templates=#{node['prometheus']['flags']['web.console.templates']}"
78+
prom_command="/opt/prometheus/prometheus -config.file=/opt/prometheus/prometheus.yml -storage.local.memory-chunks=#{node['prometheus']['flags']['storage.local.memory-chunks']} -storage.local.path=#{node['prometheus']['flags']['storage.local.path']} -web.console.libraries=#{node['prometheus']['flags']['web.console.libraries']} -web.console.templates=#{node['prometheus']['flags']['web.console.templates']}"
7979
supervisor_service "prometheus" do
8080
action :enable
8181
autostart true

0 commit comments

Comments
 (0)