Documentation ¶
Index ¶
Constants ¶
View Source
const ( // e.g., // [...] VFS: file-max limit 1000000 reached // [...] VFS: file-max limit <number> reached // // ref. // https://docs.kernel.org/admin-guide/sysctl/fs.html#file-max-file-nr RegexVFSFileMaxLimitReached = `VFS: file-max limit \d+ reached` )
Variables ¶
This section is empty.
Functions ¶
func HasVFSFileMaxLimitReached ¶
Returns true if the line indicates that the file-max limit has been reached. ref. https://docs.kernel.org/admin-guide/sysctl/fs.html#file-max-file-nr
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.