-
Notifications
You must be signed in to change notification settings - Fork 162
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
Slow work in Erlang v.17 #34
Comments
Interesting. I haven't experienced this on 17 - it recompile just fine for I have, however, experienced some instability with it recompiling with -Jesse On Tue, May 20, 2014 at 2:27 PM, Igor Pilipenko [email protected]:
Jesse Gumm |
I'm experiencing a delay too. It takes some time to start the recompilation after a file change. |
I monitor node and saw that one core where working sync and node is most 100% load, and etop show that "file_server_2" is always in the top. |
Thanks guys. I'll try to find time this week to solve this, otherwise, it Thanks for all your help! -Jesse On Fri, May 23, 2014 at 1:56 AM, Igor Pilipenko [email protected]:
Jesse Gumm |
Hmm. I'm still not able to reproduce this. On my machine running OTP 17 and the latest version of sync, usage remains low, however I'm running Ubuntu 14.04. What OS are you running, and what commit of sync (since sync doesn't really have version numbers yet). |
I`m runing latest version, from 05/06/2014. Runing on Freebsd 9.2. |
Thanks. Immediately spiking to 100% certainly smells of an infinite loop somewhere. I use a modified fork of entop that shows the stacktrace and current function call of each process. Would you mind giving that a try and letting me know if it shows anything useful? |
The problem maybe was in sync or erlang (otp) file library. |
Interesting. That might explain why I'm not getting this slowdown (I don't I suppose that your browser-logos also probably had the associated .git -Jesse On Wed, Jul 9, 2014 at 3:53 PM, Igor Pilipenko [email protected]
Jesse Gumm |
Yes, "Browser logos" folder had .git all trees in my case. |
I use sync in env. OTP v.15... and all be good.
In env OTP v.17 - sync work very slow or not work, somtimes sync recompile changed files, somtimes no.
And in otp v.15 after start sync - it recompiles all sources.
in otp v.17 after start sync dono do this.
The text was updated successfully, but these errors were encountered: