branch support/3.13.x updated (13e38d6 -> 1fad0f5)
This is an automated email from the git hooks/post-receive script. New change to branch support/3.13.x in repository tutti. See http://git.codelutin.com/tutti.git from 13e38d6 fixes #6810: Ajout rapport 2014.12.08 dans la livrable (mauvais repertoire utilise) new 1fad0f5 use less memory for report The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 1fad0f52e7c9b2717da53282c5fa838d36a5626f Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Mar 13 11:23:34 2015 +0100 use less memory for report Summary of changes: .../java/fr/ifremer/tutti/service/report/ReportGenerationService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch support/3.13.x in repository tutti. See http://git.codelutin.com/tutti.git commit 1fad0f52e7c9b2717da53282c5fa838d36a5626f Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Mar 13 11:23:34 2015 +0100 use less memory for report --- .../java/fr/ifremer/tutti/service/report/ReportGenerationService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/report/ReportGenerationService.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/report/ReportGenerationService.java index e6ce65b..e465af7 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/report/ReportGenerationService.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/report/ReportGenerationService.java @@ -172,8 +172,8 @@ public class ReportGenerationService extends AbstractTuttiService { command.add("-XX:PermSize=64M"); command.add("-XX:MaxNewSize=32M"); command.add("-XX:NewSize=32M"); - command.add("-Xms256m"); - command.add("-Xmx1024m"); + command.add("-Xms128m"); + command.add("-Xmx512m"); //command.add("-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000"); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm