This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
px4_autopilot
Watch
1
Star
0
Fork
You've already forked px4_autopilot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
34135
Commits
14
Branches
0
Tags
306 MiB
Tree:
4d7b875ee2
px4_autopilot
/
Tools
/
mac_set_ulimit.sh
4 lines
39 B
Raw
Normal View
History
Unescape
Escape
Add script to set the correct ulimit on Mac OS (#11247)
6 years ago
#!/usr/bin/env bash
ulimit
-S -n
2048