View | Details | Raw Unified | Return to ticket 17233
Collapse All | Expand All

(-)a/src/plugins/cgroup/v2/cgroup_v2.c (-1 / +1 lines)
Lines 1424-1430 extern int cgroup_p_constrain_set(cgroup_ctl_type_t ctl, cgroup_level_t level, Link Here
1424
                   common_cgroup_set_uint64_param(
1424
                   common_cgroup_set_uint64_param(
1425
                           &int_cg[level],
1425
                           &int_cg[level],
1426
                           "memory.swap.max",
1426
                           "memory.swap.max",
1427
                           limits->memsw_limit_in_bytes) != SLURM_SUCCESS) {
1427
                           (limits->memsw_limit_in_bytes - limits->limit_in_bytes)) != SLURM_SUCCESS) {
1428
                       rc = SLURM_ERROR;
1428
                       rc = SLURM_ERROR;
1429
               }
1429
               }
1430
               break;
1430
               break;

Return to ticket 17233