This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new d5221ad Increasing memory
d5221ad is described below
commit d5221ad3150b6852f96a52a56413ea56962df54e
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun May 6 21:37:13 2018 +0200
Increasing memory
---
Jenkinsfile-itest | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile-itest b/Jenkinsfile-itest
index 0abb455..acd2a3e 100644
--- a/Jenkinsfile-itest
+++ b/Jenkinsfile-itest
@@ -58,6 +58,7 @@ pipeline {
withMaven(maven: buildMvn, jdk: buildJdk,
mavenSettingsConfig: deploySettings,
mavenLocalRepo: ".repository",
+ mavenOpts:'-XX:MaxPermSize=128m -Xmx1024m',
options: [concordionPublisher(disabled: true),
dependenciesFingerprintPublisher(disabled: true),
findbugsPublisher(disabled: true),
artifactsPublisher(disabled: true),
invokerPublisher(disabled: true),
jgivenPublisher(disabled: true),
--
To stop receiving notification emails like this one, please contact
[email protected].