Commit 909399bb authored by Christos Tranoris's avatar Christos Tranoris
Browse files

fix for memeory heap

parent 1f106c8e
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -449,6 +449,14 @@
                	<parallel>none</parallel>
                	<runOrder>alphabetical</runOrder>
                	<forkCount>1</forkCount>
                	<reuseForks>false</reuseForks>
                	    <!--
					    <argLine>-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${project.build.directory}/heap.hprof</argLine>
					    <systemPropertyVariables>
					      <spring.test.context.cache.maxSize>8</spring.test.context.cache.maxSize>
					      <logging.level.org.springframework.test.context.cache>TRACE</logging.level.org.springframework.test.context.cache>
					    </systemPropertyVariables>
          			-->
            	</configuration>
			</plugin>
			<plugin>