Skip to content

Commit

Permalink
try to increase open file limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Nov 21, 2021
1 parent f5fee5b commit 66d79f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ineffassign:
ineffassign ./...

test:
sudo ulimit -n 3000
sudo sysctl -w fs.file-max=100000
sudo go test ./... -v

build:
Expand Down

0 comments on commit 66d79f3

Please sign in to comment.