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

Set memory explicitly for Jenkins slave pods #114

Closed
michaelsauter opened this issue Aug 27, 2019 · 0 comments · Fixed by #113
Closed

Set memory explicitly for Jenkins slave pods #114

michaelsauter opened this issue Aug 27, 2019 · 0 comments · Fixed by #113
Assignees
Labels
bug Something isn't working

Comments

@michaelsauter
Copy link
Member

Recent changes on dedicated resulted in 512mb used for the slave pods.
That caused issues with NPM and Scala because they need more memory to
build.

And, to make things really crazy: it resulted in opendevstack/ods-project-quickstarters#308
not actually using Java 8. This is because https://github.com/openshift/jenkins/blob/openshift-3.11/slave-base/contrib/bin/run-jnlp-client#L18-L35
uses the available memory as an input to select the Java version. It
will use i386 if less than 2Gi are available ...

@michaelsauter michaelsauter added the bug Something isn't working label Aug 27, 2019
@michaelsauter michaelsauter self-assigned this Aug 27, 2019
michaelsauter pushed a commit to BIX-Digital/ods-jenkins-shared-library that referenced this issue Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant