Skip to content

Commit

Permalink
Change condor base cgroup path
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Sep 4, 2024
1 parent 894cc4e commit 10a2ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userdata.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ write_files:
STARTD_ATTRS = GalaxyTraining, GalaxyGroup, GalaxyCluster, GalaxyDockerHack
Rank = StringListMember(MY.GalaxyGroup, TARGET.Group)
{% if cgroups is defined -%}
BASE_CGROUP = system.slice/condor.service
BASE_CGROUP = htcondor
{% if cgroups.mem_limit_policy is defined -%}
CGROUP_MEMORY_LIMIT_POLICY = {{ cgroups.mem_limit_policy }}
{% endif -%}
Expand Down

0 comments on commit 10a2ab1

Please sign in to comment.