Give findbugs some more memory or it will fail with an OOM on awsapi

This commit is contained in:
Hugo Trippaers 2014-01-29 09:16:23 +01:00
parent 3ac181e396
commit 1c57dd7bcd
1 changed files with 1 additions and 0 deletions

View File

@ -871,6 +871,7 @@
<threshold>High</threshold>
<xmlOutput>true</xmlOutput>
<failOnError>false</failOnError>
<maxHeap>1024</maxHeap>
</configuration>
<executions>
<execution>