Skip to content

Commit

Permalink
chore: swap 메모리 초기화 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimzinsun committed Oct 16, 2024
1 parent 0683fb7 commit b232bab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
docker ps --format "{{.ID}} {{.Image}}" | grep -vE "docker.elastic.co/elasticsearch/elasticsearch:8.6.0|wurstmeister/zookeeper:latest" | awk '{print $1}' | xargs -r docker stop
docker container prune -f
docker rmi $(docker images "${ECR_REGISTRY}/${ECR_NAMESPACE}/*" -q)
sudo swapoff -a
sudo swapon -a
sudo chmod +x /home/ubuntu/stop-used-port.sh
/home/ubuntu/stop-used-port.sh
docker compose pull
Expand Down

0 comments on commit b232bab

Please sign in to comment.