Skip to content

Commit

Permalink
ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtauer committed Nov 14, 2023
1 parent e987e32 commit 18dc756
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lessons/02-shooter-program/B-lets-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ Measure!!
### Before we measure via chrome

**WARNING: Don't forget ulimit**
<br/>
If you get the issue:
```bash
failed to connect to server: Io(Os { code: 24, kind: Uncategorized, message: “Too many open files” })
```
<br/>
Set a ulimit:
```bash
ulimit -u some_big_number
```
<br/>
Expand Down

0 comments on commit 18dc756

Please sign in to comment.