From bdc4c7f84ca7bbb9931b54331ae601b1cebbb733 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Fri, 10 Apr 2015 14:37:18 +0200 Subject: [PATCH] [BUILD] Add sigar binaries when running unittests the sigar binaries are not available when running tests today. This commit adds the path to the test run. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e835d2fe2a6..5d8a2722c73 100644 --- a/pom.xml +++ b/pom.xml @@ -551,6 +551,7 @@ -Xmx${tests.heap.size} -Xms${tests.heap.size} ${java.permGenSpace} + -Djava.library.path=${project.basedir}/lib/sigar -XX:MaxDirectMemorySize=512m -Des.logger.prefix= -XX:+HeapDumpOnOutOfMemoryError