Skip to content

Commit

Permalink
docs: add ulimit(file descriptor) setting for Autoware
Browse files Browse the repository at this point in the history
Signed-off-by: takeshi.iwanari <[email protected]>
  • Loading branch information
takeshi-iwanari committed Aug 30, 2022
1 parent 273ae44 commit b0bb0bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample_autoware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,7 @@ export draw_all_message_flow=false
sh ${script_path}/make_report.sh
```
## Note
- In case you use LTTng 2.13+, run the following command before starting Autoware
- `ulimit -n 65535`

0 comments on commit b0bb0bb

Please sign in to comment.