diff --git a/jobs/dd-agent/templates/config/bpm.yml.erb b/jobs/dd-agent/templates/config/bpm.yml.erb index 3fd577d..78d9086 100644 --- a/jobs/dd-agent/templates/config/bpm.yml.erb +++ b/jobs/dd-agent/templates/config/bpm.yml.erb @@ -18,6 +18,8 @@ processes: - path: /var/vcap/jobs/dd-agent/packages/dd-agent/embedded/* writable: true allow_executions: true + - path: /var/vcap/store + - path: /var/vcap/data limits: <% if p("bpm.agent.memory") != "" %> memory: <%= p("bpm.agent.memory") %>