This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 8f49123aaacdd6c4b2ca90c8f5e748f9ab3012cf
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Oct 14 16:01:48 2023 +0200

    fix: Increased the memory for running unit tests, as the bacnet module was 
causing OOM errors.
---
 plc4j/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index 86e184c287..b9563fe4f3 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -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>
@@ -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>

Reply via email to