Skip to content

Commit

Permalink
fix: Increased the memory for running unit tests, as the bacnet modul…
Browse files Browse the repository at this point in the history
…e was causing OOM errors.
  • Loading branch information
chrisdutz committed Oct 14, 2023
1 parent 1ff5895 commit 8f49123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plc4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
We have to slightly increase the heap-size or some tests will fail.
Notice the @ instead of the $ as prefix? That's late evaluation.
-->
<argLine>-Xmx256m @{surefireArgLine}</argLine>
<argLine>-Xmx512m @{surefireArgLine}</argLine>
<includes>
<include>**/*Test.java</include>
<include>**/*Tests.java</include>
Expand Down Expand Up @@ -225,7 +225,7 @@
We have to slightly increase the heap-size or some tests will fail.
Notice the @ instead of the $ as prefix? That's late evaluation.
-->
<argLine>-Xmx256m @{failsafeArgLine}</argLine>
<argLine>-Xmx512m @{failsafeArgLine}</argLine>
<includes>
<include>**/*IT.java</include>
</includes>
Expand Down

0 comments on commit 8f49123

Please sign in to comment.