-
Notifications
You must be signed in to change notification settings - Fork 413
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
Run with docker extremely slow #369
Comments
Some other folks recently submitted a PR to build mockery with go 1.16. Hopefully this will fix your problem, let me know if you continue to have issues. |
It seems that the problem is still here. v2.7.4:
|
@dustin-graham @simplylizz I'm facing same issue with other tools, like @dustin-graham Could you please give a bit more details about this:
I'm using |
This is still an issue, and on the M1 chips it reaches an OOM and potentially crashes Docker. It needs to be compiled and pushed out for that arch, especially as more people are being forced on the M1 platform. |
Hello. Thank you for this great tool! I previously used this tool via Homebrew installation. However, since I upgraded to Go 1.16 it became incompatible with my dev setup. As a result, I chose to start using it via Docker. However, I found that executing this tool via docker is extremely slow. It takes about 3 minutes to generate the interface I provide via --name --recursive. I'm not sure how to remedy this. If you have any hints as to why it may be executing so slowly, please let me know.
The text was updated successfully, but these errors were encountered: