-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf5c1d6
commit 180fd0e
Showing
4 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Setup | ||
|
||
```sh | ||
sudo sysctl -w kern.maxfiles=65536 | ||
sudo sysctl -w kern.maxfilesperproc=65536 | ||
ulimit -n 65536 | ||
sbt 'project benchmark' run | ||
|
||
sudo sysctl -w kern.maxfiles=65536 | ||
sudo sysctl -w kern.maxfilesperproc=65536 | ||
ulimit -n 65536 | ||
sdk use java 11.0.24-tem | ||
sbt 'project it' GatlingIt/test | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters