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

Istio Proxy Makefile patch specifies too many jobs #11

Open
mundaym opened this issue Jun 5, 2020 · 0 comments
Open

Istio Proxy Makefile patch specifies too many jobs #11

mundaym opened this issue Jun 5, 2020 · 0 comments

Comments

@mundaym
Copy link

mundaym commented Jun 5, 2020

This patch sets the number of bazel jobs to 10: https://github.com/linux-on-ibm-z/scripts/blob/master/IstioProxy/1.3.6/patch/Makefile_release.diff

This is too high for my system (SLES 15 SP1 with 16G RAM and 8G swap) and causes the build to fail with an out of memory error. It is a pain to workaround because it is being pulled in by a script that is pulled in by another script...

Can we remove the jobs specifier? I think it is there to avoid an OOM error ironically, but it would be better to let the user modify it down using a .bazelrc override I think.

@aborkar-ibm

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

No branches or pull requests

1 participant