Skip to content

Commit

Permalink
Fix vm.overcommit_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki777 committed Jun 19, 2024
1 parent 4c26e1f commit acd3c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
# To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot
# or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
- name: Enable memory overcommit
if: matrix.os == 'ubuntu-latest'
run: |
sudo sysctl vm.overcommit_memory=1
Expand Down

0 comments on commit acd3c58

Please sign in to comment.