-
Notifications
You must be signed in to change notification settings - Fork 55
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
High memory usage during build #321
Comments
TimeZones doesn't spawn Julia processes during the build so that part is unrelated (probably spawned by Pkg). There are some parts of the build where memory could be reduced but I'll need to look into it further. If you could post the build log or run: using TimeZones
TimeZones.build() That could be helpful |
My project depends on a pretty long list of packages but only chokes on TimeZones. The only other package I've seen more than one thread with is GR but it builds quickly. ~/.julia/packages/TimeZones/K98G0/deps/build.log looks empty. Unfortunately since I'm unable to ]add TimeZones I cannot do |
In PR #441 the |
Hi,
I'm running out of memory while
Pkg.add
ing TimeZones on a small server with 1GB of memory. Why is the memory usage so high and does it need to spawn 4 processes?Here's what
top
looks like while it's building:The text was updated successfully, but these errors were encountered: