cgroup fork rejected by pids controller
Solution 1:
Solved this issue by changing /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
Changed:
TasksMax=33%
to read:
TasksMax=infinity
Solved this issue by changing /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
Changed:
TasksMax=33%
to read:
TasksMax=infinity