https://github.com/paritytech/fdlimit
Rust raise file limit
https://github.com/paritytech/fdlimit
Last synced: 8 months ago
JSON representation
Rust raise file limit
- Host: GitHub
- URL: https://github.com/paritytech/fdlimit
- Owner: paritytech
- License: apache-2.0
- Created: 2016-12-05T12:54:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T19:45:20.000Z (about 2 years ago)
- Last Synced: 2025-04-30T12:26:12.062Z (8 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 25
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fdlimit
Cross-platform raise open file descriptors limit
[](https://crates.io/crates/fdlimit)
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.