summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-29 08:59:39 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-11-29 08:59:39 +0100
commit8f0392e6ae9b88abb8a84046dee5b40ac2507a6a (patch)
treec631cf3ef2ff4cc7c8e864d72c72936fa4704ec7 /server
parent235812b9c79ac1c5277df456c3970a990de08f93 (diff)
downloadsonarqube-8f0392e6ae9b88abb8a84046dee5b40ac2507a6a.tar.gz
sonarqube-8f0392e6ae9b88abb8a84046dee5b40ac2507a6a.zip
Temporary increase of JVM memory for server tests
Diffstat (limited to 'server')
-rw-r--r--server/sonar-server/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 96a59b97e97..e56b41df183 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-<modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>server</artifactId>
@@ -12,6 +12,10 @@
<packaging>jar</packaging>
<name>SonarQube :: Server</name>
+ <properties>
+ <argLine>-Xmx1G -Djava.awt.headless=true -XX:MaxPermSize=128m</argLine>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>