Registry / utility / fdlimit

fdlimit

JSON →
library0.3.0rscratesunverified

Utility for raising the file descriptor limit on Linux and macOS.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use fdlimit::raise_fd_limit;

Raises the soft file descriptor limit to the hard limit.

use fdlimit::raise_fd_limit; fn main() { match raise_fd_limit() { Ok(limit) => println!("New file descriptor limit: {}", limit), Err(e) => eprintln!("Failed to raise limit: {}", e), } }
Debug
Known footguns
gotchaOnly works on Unix-like systems (Linux, macOS).
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources