-
Notifications
You must be signed in to change notification settings - Fork 37
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
npmd --sync
maxing cpu usage after full sync
#51
Comments
it's building indexes and stuff, but leveldb does this for some reason. |
multiple restarts yield the same results, but probably just need to wait for the indexes to finish building. thx :) |
I'm gonna leave this issue open, because hopefully this is fixable, but it might be a leveldown fix or something like that. |
I have that issue too, also during CPU was at 108% and I could not move my mouse cursor anymore. |
oh! that is bad! |
when restarting the sync command with
npmd --sync
, cpu load hovers over 100% even though it reports being fully synced. is this expected?machine: MacBook running OSX 10.9
The text was updated successfully, but these errors were encountered: