# 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.