Lower memory options in Tycho build
diff --git a/pom.xml b/pom.xml
index a364de6..af1580c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
 	      <artifactId>tycho-surefire-plugin</artifactId>
 	      <version>${tycho-version}</version>
 	      <configuration>
-          <argLine>-Xmx2g -XX:MaxDirectMemorySize=2g -XX:+UseG1GC -XX:+UseStringDeduplication -Dstorage.diskCache.bufferSize=2000</argLine>
+          <argLine>-Xmx1g -XX:MaxDirectMemorySize=1g -XX:+UseG1GC -XX:+UseStringDeduplication</argLine>
 	      </configuration>
       </plugin>
       <plugin>