[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.
This commit is contained in:
parent
7e353e0768
commit
bdc4c7f84c
1
pom.xml
1
pom.xml
|
@ -551,6 +551,7 @@
|
|||
<param>-Xmx${tests.heap.size}</param>
|
||||
<param>-Xms${tests.heap.size}</param>
|
||||
<param>${java.permGenSpace}</param>
|
||||
<param>-Djava.library.path=${project.basedir}/lib/sigar</param>
|
||||
<param>-XX:MaxDirectMemorySize=512m</param>
|
||||
<param>-Des.logger.prefix=</param>
|
||||
<param>-XX:+HeapDumpOnOutOfMemoryError</param>
|
||||
|
|
Loading…
Reference in New Issue