Skip to content

Small Helper Library to increase automatically the file descriptors limits for the current process

License

Notifications You must be signed in to change notification settings

projectdiscovery/fdmax

Repository files navigation

fdmax

Small Helper library that increases automatically the maximum number of file descriptors for the current go program. It can be simply imported as follows:

package main

import (
	"fmt"

	_ "github.com/projectdiscovery/fdmax/autofdmax"
)

func main() {
	fmt.Println("test")
}

About

Small Helper Library to increase automatically the file descriptors limits for the current process

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages