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

Open
ghost opened this issue May 5, 2014 · 3 comments
Open

memory leak #7

ghost opened this issue May 5, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented May 5, 2014

after running for a few days, memory has slowly climbed from just under 10MB to now 30MB. the rate of leakage appears to be very similar to that of iconping [1], so not sure if it's a similar bug in the app, or they both trigger the same bug in the OS.

[1] https://github.com/antirez/iconping/

@kalleboo
Copy link
Owner

kalleboo commented May 8, 2014

My copy has been running for days (it's up to over 41,000 in ping identifiers, so about 3 days?) and is still at about 10 MB memory usage.

What version of OS X are you on?

@ghost
Copy link
Author

ghost commented May 8, 2014

OS X 10.9.2.

I let it it grow to 50MB before finally quitting it.

@ghost
Copy link
Author

ghost commented May 12, 2014

i repeated the experiment and recorded the process size immediately after launch and 3 days later. it doesn't leak as bad as iconping. (process size is the 6th column in the output).

# Initial launch
$ date
Fri May  9 04:48:12 PDT 2014

$ ps auxww | grep -i ping
x            55487   0.1  0.0  2530412   8356   ??  S     4:48AM   0:00.09 /Users/x/Applications/PingMenu.app/Contents/MacOS/PingMenu
x            55456   0.0  0.1  2524824   8540   ??  S     4:48AM   0:00.09 /Users/x/Applications/iconping.app/Contents/MacOS/iconping

# 3 days later
$ date
Mon May 12 16:09:37 PDT 2014

$ ps auxww | grep -i ping
x            55456   0.1  0.5  2617276  92132   ??  S    Fri04AM   8:40.61 /Users/x/Applications/iconping.app/Contents/MacOS/iconping
x            55487   0.1  0.2  2634240  39292   ??  S    Fri04AM  12:16.90 /Users/x/Applications/PingMenu.app/Contents/MacOS/PingMenu

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

1 participant