Registry / utility / projectdiscovery-fdmax

projectdiscovery-fdmax

JSON →
library0.0.4gogounverified

A Go library for setting the maximum number of open file descriptors.

go get github.com/projectdiscovery/fdmax
INSTALL
IMPORT
SIG · PROJECTDISCOVERY-F
P
projectdiscovery-fdmax
utilitygov0.0.4
harness data pending
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.

fdmax
✓ github.com/projectdiscovery/fdmax

Sets the maximum number of open file descriptors to 10000.

package main import ( "fmt" "github.com/projectdiscovery/fdmax" ) func main() { if err := fdmax.Set(10000); err != nil { fmt.Println("Error:", err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
projectdiscovery-fdmax — go get projectdiscovery-fdmax · libregistry