Updated cache loading (fixed #55)

Change-Id: Ie77a84ca666325eef35adf40fc841962631ad8c1
diff --git a/pom.xml b/pom.xml
index 26308bf..76a0896 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
 	<groupId>de.ids_mannheim.korap</groupId>
 	<artifactId>Krill</artifactId>
-	<version>0.58.5</version>
+	<version>0.58.6</version>
 	<packaging>jar</packaging>
 
 	<name>Krill</name>
@@ -286,7 +286,7 @@
 				<version>2.22.1</version>
 				<configuration>
           		    <useSystemClassLoader>false</useSystemClassLoader>
-          		    <argLine>-Xms512m</argLine>
+          		    <argLine>-Xmx512m</argLine>
 					<excludes>
 						<exclude>**/benchmark/*</exclude>
 						<exclude>**/TestWPDIndex.java</exclude>