johndbritton / teleport

Virtual KVM for macOS
GNU General Public License v2.0
791 stars 132 forks source link

Memory leak on controlling side #10

Closed dzafman closed 9 years ago

dzafman commented 9 years ago

I noticed high memory usage (over 1GB) on controlling side after app is restarted the memory usage is 21.5MB. Every time I connect and disconnect the memory usage jumps up by about 60MB.

tjd2002 commented 9 years ago

I see something similar. Real memory usage goes up by 9MB every time I move the cursor from the master to the slave machine. Using teleport 1.2, and with OS X 10.10.2 on both machines.

dzafman commented 9 years ago

I should have been clearer. I am also running Teleport 1.2 on 10.10.2 on both controlling and controlled machines.

forty4 commented 9 years ago

Memory leaks on both sides.

tomads commented 9 years ago

Yep. Confirmed. Memory leaks on BOTH sides!

abyssoft commented 9 years ago

Pretty bad indeed. Probably due to my conversion to ARC. Didn't have much time to test it, I wanted to open source it asap.

crcastle commented 9 years ago

@tjd2002 sorry about that. Created new ticket https://github.com/abyssoft/teleport/issues/14 and deleted it from this thread.

abyssoft commented 9 years ago

That's gonna be my next priority for 1.2.1.

atljeremy commented 9 years ago

+1 to the memory leaks

sebastiansibelle commented 9 years ago

@abyssoft Looks like you merged a fix for this issue, do you have a timeframe on making a release/hotfix? Appreciate that you are probably very busy!

abyssoft commented 9 years ago

I will try to do that next week.

abyssoft commented 9 years ago

Fixed in 1.2.1. Thanks Jeremy!