Hi everyone,
I am working on a test with Dataverse v5.5 on a Centos 7 server with 8gb ram. After installing the Dataverse and forcing HTTPS, I created some Dataset and Dataverse, and then used multiple webdrivers to perform login test. The following is the test:
1. Open a new tab and visit the homepage of the Dataverse
2. Open a new tab, go to loginpage.xhtml, login using a builtin account.
3. Close the browser
After running the above tests for several hours, the available memory of the server drop to a very low level (Around 100-300mb left), and I found that Java uses up the memory of the server. Is it a normal situation?
Also, as the available memory of the server drop to quite low, will it cause any problem to the Dataverse and the Payara server? Also, is it fine to edit the jvm-options for Xmx in /usr/local/payara5/glassfish/domains/domain1/config/domain.xml to limit the maximum amount of memory used by Dataverse (The value is Xmx3715m now). If it is possible, is there any lower limit for it? Will lowering this value affect the performance or the stability of the Dataverse and the Payara Server?
Thanks,
Joe