package
0.0.0-20211105144125-e9b145e8b5d4
Repository: https://github.com/pydio/minio-srv.git
Documentation: pkg.go.dev

# Functions

GetMaxMemoryLimit - returns the maximum size of the process's virtual memory (address space) in bytes.
GetMaxOpenFileLimit - returns maximum file descriptor number that can be opened by this process.
GetMaxThreads returns the maximum number of threads that the system can create.
GetStats - return system statistics, currently only supported value is TotalRAM.
SetMaxMemoryLimit - sets the maximum size of the process's virtual memory (address space) in bytes.
SetMaxOpenFileLimit - sets maximum file descriptor number that can be opened by this process.

# Structs

Stats - system statistics.