Categorygithub.com/boss-net/fdmax
modulepackage
0.0.1
Repository: https://github.com/boss-net/fdmax.git
Documentation: pkg.go.dev

# README

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/boss-net/fdmax/autofdmax"
)

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

# Packages

No description provided by the author
No description provided by the author

# Functions

Get the current limits.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

OSXMax on darwin.
UnixMax on unix systems.

# Variables

ErrUnsupportedPlatform error if the platform doesn't support file descriptor increase via system api.

# Structs

Limits contains the file system descriptor limits.