paolostivanin / OTPClient

Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP
GNU General Public License v3.0
481 stars 47 forks source link

False detection of memory #379

Closed lkabuci closed 3 months ago

lkabuci commented 3 months ago

Screenshot from 2024-08-12 12-04-38

$> 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

paolostivanin commented 3 months ago

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!