Hello, I'm added to a colleague who is doing CI/CA for a certain project. I'm "already" three weeks working with jenkins! But without jokes, I'm new to Jenkins.
I see now this error "[Multijob] - [ERROR] - Problems occurs on injecting env. vars as a build step: Java heap space" and I've been searching on the internet but till now, I do not find a solution to resolve this issue? Also the other team members have searching for a solution. I know what the heap means for Java. What my colleague already have done is: - Jenkins.xml: <arguments>Xrs -Xms8192M Xrs -Xmx8192M -Xss64M -XX:MaxPermSize=512M -jar "%BASE%\slave.jar" -jnlpUrl http://....... -secret xxxxxxx</arguments> - Searching the internet to find if someone else has also this problem We use the following versions: - Jenkins v2.9, I know there is a newer version (v2.164.x) - On this moment I don't know the version number of the env injection plugin. I know the latest version is 2.1.6 - jre1.8., I believe version 1.8 does not use the MaxPermSize variable anymore or...? The strange thing is, in the end everything seems to work fine, but I don't like such a messages! I hope that someone can help us out or point us in a direction that we can solve it! Thanks in advance, -- Met vriendelijke groet, *Nico van de Kamp* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/dc76e41b-c2d9-4219-a282-2a9e4f258afa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
