Skip to content

Commit

Permalink
Set max_map_count to a larger value.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpai committed Mar 19, 2024
1 parent 07b8a80 commit b3c7fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ jobs:

- name: Run exchange Fuzzer
run: |
sudo sysctl -w vm.max_map_count=67108864
cat /proc/sys/vm/max_map_count
mkdir -p /tmp/exchange_fuzzer_repro/
rm -rfv /tmp/exchange_fuzzer_repro/*
Expand Down

0 comments on commit b3c7fef

Please sign in to comment.