mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
This bound can be quite tight, because: - The system still behaves well, even if all FD's are used (as opposed to a stack overflow) - The amount of used FD's is typically only increased one at a time (e.g. adding new logged topics, adding a mavlink stream, ...) - reducing CONFIG_NFILE_DESCRIPTORS to the minimum frees up a considerable amount of RAM on systems that need it