-
Notifications
You must be signed in to change notification settings - Fork 1.1k
layers.init cost too much time #101
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 an 8000 d privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you define "too much"? What's your threshold for # of cycles or total time? |
Also, what type of hardware are you running on? |
The threshold of the total time of program init is 0.1s. |
I'm also experiencing this issue. layers is consumed by a multicall binary which also provides commands which should execute quickly. |
Sure thing! On Sat, Nov 28, 2015 at 7:27 AM, Hugo Landau notifications@github.com
|
This bug make my vps out of memory with the data race build today. |
Uh oh!
There was an error while loading. Please reload this page.
layers.init cost about 0.2s to init.
Make it lazy init or manually init should be good.
Make it faster is also an option.
But this kind of change will break the exist clients.
The text was updated successfully, but these errors were encountered: