Skip to content
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

reduce the number of precompile statements #26192

Closed
wants to merge 1 commit into from

Conversation

KristofferC
Copy link
Member

@KristofferC KristofferC commented Feb 24, 2018

The 32 bit build bots are crashing due to running out of memory when generating the sysimg, see:

https://build.julialang.org/#/builders/44/builds/815, https://build.julialang.org/#/builders/47/builds/807.

So for now, it seems to make sense to reduce the precompile script quite severely (basically just starting the REPL and entering 1+1).
A short-term solution to get the builds back up (and make Julia very much less pleasant to use). We really need to deal with the memory usage for this specific step or stop building on 32 bit all together...

cc @vtjnash @JeffBezanson

@JeffBezanson
Copy link
Member

Great. Have we confirmed whether this actually fixes the 32-bit buildbots?

@staticfloat
Copy link
Member

I just force-triggered a build of this gitsha on the linux32 buildbot: https://build.julialang.org/#/builders/47/builds/809

@staticfloat
Copy link
Member

Looks like it is, in fact working for the linux32 buildbot. Hooray! I've started it on the win32 buildbot as well, just to make sure, and the ubunt32 buildbot just to make doubly sure.

@staticfloat
Copy link
Member

Hmmm, strange, make release -> make debug -> make testall caused the sysimg to be built three times. We may have a makefile bug somewhere, but I don't think it's related to this PR.

@vtjnash
Copy link
Member

vtjnash commented Feb 24, 2018

This will hopefully be superseded by #26196

@KristofferC
Copy link
Member Author

#26196 also makes build bots work and.

@DilumAluthge DilumAluthge deleted the kc/gimp_precompile branch March 25, 2021 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants