Thanks! Are all 3 memory setting needed to run the tests? So far we only needed to adjust the maximum Java heap size [1]. It seems surprising, that the initial heap size or the PermGen size would be affected. If they are all needed could you add this information to ./src/site/apt/user_running_tests.apt?
Cheers, Till [1] http://vxquery.apache.org/user_running_tests.html On 20 Aug 2016, at 23:50, Riyafa Abdul Hameed wrote: > Hi, > > I made a PR[1] to add missing specification examples in tests. After adding > the tests I had to run mvn test after changing environment variables: > > export JAVA_TOOL_OPTIONS="-Xmx2048m -XX:MaxPermSize=1024m -Xms2048m" > > otherwise the some tests fail because of outofmemory error. > > [1] https://github.com/apache/vxquery/pull/148 > > Thank you. > > Yours sincerely, > Riyafa > > -- > Riyafa Abdul Hameed > Undergraduate, University of Moratuwa > > Email: [email protected] > Website: https://riyafa.wordpress.com/ <http://riyafa.wordpress.com/> > <http://facebook.com/riyafa.ahf> <http://lk.linkedin.com/in/riyafa> > <http://twitter.com/Riyafa1>
