Skip to content

Commit

Permalink
Add additional volumes to the datadog-agent BPM process (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
NouemanKHAL authored Dec 11, 2024
1 parent 2834c01 commit 51b5b58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/dd-agent/templates/config/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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") %>
Expand Down

0 comments on commit 51b5b58

Please sign in to comment.