Closed lkabuci closed 3 months ago
$> awk '/MemFree/ {print $2/1024 " MB"}' /proc/meminfo 14281.8 MB
as you can see i still have enough memory but the program is complaining about it
hello, That's about the memlock limit, not the amount of free ram available to the system. Please have a look at the wiki for more info!
as you can see i still have enough memory but the program is complaining about it