Browse Source

Temporary increase of JVM memory for server tests

tags/5.0-RC1
Simon Brandhof 9 years ago
parent
commit
8f0392e6ae
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      server/sonar-server/pom.xml

+ 5
- 1
server/sonar-server/pom.xml View File

@@ -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>

Loading…
Cancel
Save