Skip to content

Commit

Permalink
Merge pull request #309 from sanjaysrikakulam/change_condor_base_cgroup
Browse files Browse the repository at this point in the history
Change condor base cgroup path
  • Loading branch information
sanjaysrikakulam authored Sep 5, 2024
2 parents 894cc4e + 10a2ab1 commit 25198b7
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 25198b7

Please sign in to comment.