Skip to content

Commit

Permalink
Fixed CGROUP_MEMORY_LIMIT -> CGROUP_MEMORY_LIMIT_POLICY
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Forti committed Oct 24, 2017
1 parent 659c90f commit 18817bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/20_workernode.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ MAX_NUM_STARTD_LOG = 10
<%- if @enable_cgroup -%>
# Enable CGROUP
BASE_CGROUP = <%= @htcondor_cgroup %>
CGROUP_MEMORY_LIMIT = soft
CGROUP_MEMORY_LIMIT_POLICY = soft
<%- end -%>

## Debugging
Expand Down

0 comments on commit 18817bd

Please sign in to comment.