Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak with Linux client #63

Open
jkinney23 opened this issue Jun 5, 2018 · 1 comment
Open

Memory Leak with Linux client #63

jkinney23 opened this issue Jun 5, 2018 · 1 comment

Comments

@jkinney23
Copy link

jkinney23 commented Jun 5, 2018

I am having some serious problems with my computer becoming unresponsive and my entire RAM and swap partition being chewed up when I get a notification from my ICQ client under Debian Stretch. It happens intermittently, but often. If there is a log file or something I can look at to help diagnose let me know where to find. I have only been able to recover by hard rebooting my machine.

@lieff
Copy link

lieff commented Jun 5, 2018

Workaround for this:

echo 2 | sudo tee /proc/sys/vm/overcommit_memory
echo 80 | sudo tee /proc/sys/vm/overcommit_ratio

It's not fixes the leak, but at least app just crashes instead of system lock-up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants