[
https://issues.jboss.org/browse/RFPL-3838?page=com.atlassian.jira.plugin....
]
Matej Novotny commented on RFPL-3838:
-------------------------------------
Implemented a parameter named {{<surefire.jvm.params>}} with a default value
preserving the original setup (min heap of 1 GB and max of 2 GBs). It can be set from CMD
and works locally for me (can be verified by setting value to extremely low such as 1MB
which should result in out of memory exception).
In Jenkins job(s), if there is a 32-bit machine expected we can add
{{-Dsurefire.jvm.params='-Xms256m -Xmx1024m'}} as cmd parameter (or any other
desired value).
I will change Jenkins job for Showcase and see whether there is some additional problem to
address.
Jenkins job - Showcase & Tomcat 8
---------------------------------
Key: RFPL-3838
URL:
https://issues.jboss.org/browse/RFPL-3838
Project: RichFaces Planning
Issue Type: Bug
Affects Versions: 4.5.5
Reporter: Matej Novotny
Assignee: Matej Novotny
Fix For: 4.5.6
We need to stabilize Jenkins jobs with Showcase & Tomcat 8.
As of now all builds with Tomcat fail due to artifact not being downloaded or JVM not
initiated. We should investigate and fix this.
See [RF 4.5
job|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
or [release
job|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/...]
for detailed causes.
Last time I tried this locally, it was working so I believe this is a Jenkins
misconfiguration.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)