Skip to content

Commit

Permalink
Adding in a user slice per recommendation from RE
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Jun 10, 2024
1 parent 175d470 commit 1140f24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
echo "::group::Get System Configuration"
USR_ID="$(id -un)"
GRP_ID="$(id -gn)"
USER_SLICE="user.slice/user-$(id -u).slice"
USER_SERVICE="${USER_SLICE}/user@$(id -u).service"
AGENT_MEM_LIMIT="2147483648"
AGENT_GROUP_NAME="agent-${{ github.run_id }}"
AGENT_GROUP_NAME="${USER_SERVICE}/agent-${{ github.run_id }}"
DOCKER_MEM_LIMIT="30064771072"
DOCKER_GROUP_NAME="docker-${{ github.run_id }}"
DOCKER_GROUP_NAME="${USER_SERVICE}/docker-${{ github.run_id }}"
echo "::endgroup::"
echo "::group::Install Control Group Tools"
Expand Down

0 comments on commit 1140f24

Please sign in to comment.