#file-descriptor #open-file #limit

fdlimit

Utility crate for raising file descriptors limit for OSX and Linux

8 releases

0.3.0 Nov 9, 2023
0.2.1 Oct 1, 2020
0.2.0 Aug 27, 2020
0.1.4 Mar 11, 2020
0.1.1 Dec 5, 2016

#32 in Operating systems

Download history 58811/week @ 2024-07-20 53206/week @ 2024-07-27 56659/week @ 2024-08-03 70228/week @ 2024-08-10 53071/week @ 2024-08-17 63676/week @ 2024-08-24 70668/week @ 2024-08-31 64066/week @ 2024-09-07 59269/week @ 2024-09-14 66207/week @ 2024-09-21 63783/week @ 2024-09-28 71729/week @ 2024-10-05 71134/week @ 2024-10-12 78035/week @ 2024-10-19 63878/week @ 2024-10-26 70785/week @ 2024-11-02

294,204 downloads per month
Used in 141 crates (23 directly)

Apache-2.0

7KB
80 lines

fdlimit

Cross-platform raise open file descriptors limit

crates.io link

Applicable for OSX and Linux

on Windows does nothing

Dependency

add in Cargo.toml:

[dependencies]
fdlimit = "0.2.1"

License

fdlimit is distributed under the terms of the Apache License (Version 2.0).

See LICENSE for details.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in fdlimit by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Dependencies

~240–740KB
~17K SLoC