-
Notifications
You must be signed in to change notification settings - Fork 6
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
Reduce memory consumption or provide a setting to do so #33
Comments
Also, I'm using version 1.6 from the AppStore. It was probably running for a little over a day before I noticed the memory usage. |
Console.app logs:
|
Hi @mkelley33, Yes there are some memory leaks, agree with you that this sort of app should not use so much. I will open source the app soon so that people can contribute and fix things ;) |
I look forward the open-sourced version, and maybe I'll be able to help fix some of the issues. In the meantime, |
Hi @chamerling, I've found this tool really helpful in the past.....so I've forked the app to start fixing the memory leaks......there are a lot of them. Thanks |
Hi! Thanks a lot, Will be nice to have a pull request ;)
|
I have proposed a pull request that fixes this. PR #38 |
I have 16 GB or RAM in my MBP. QuickHub is great, but I can't afford to devote 2 GB to it ;) One fix might be setting a limit on the memory consumption to something like 256 MB with the option of letting the user raise this limit. Hopefully it's not an obscure memory leak, but I thought you guys might like to know. Thanks!
The text was updated successfully, but these errors were encountered: