Browse Source

Another tweak to allow the build to process on a low end build machine

master
Drew Short 10 years ago
parent
commit
b311d819b9
  1. 2
      pom.xml
  2. 2
      src/test/resources/ehcache.xml

2
pom.xml

@ -188,7 +188,7 @@
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<argLine>-Xmx128m</argLine>
<argLine>-Xmx64m</argLine>
</configuration>
<executions>
<execution>

2
src/test/resources/ehcache.xml

@ -1,4 +1,4 @@
<ehcache maxBytesLocalHeap="64M" maxBytesLocalDisk="1g" >
<ehcache maxBytesLocalHeap="32M" maxBytesLocalDisk="1g" >
<cache name="images"
timeToLiveSeconds="100">
</cache>

Loading…
Cancel
Save