Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Server (Public) / nhilam |
Follow
122
|
This page discusses how to launch Aqua Data Server and how to configure the amount of memory it uses.
During Installation, Aqua Data Server should have been set at to automatically launch at login as a service or process for the user aquadataserver.
To manually Start Aqua Data Server use the following:
Manually run the Aqua Data Server service by clicking Start->Control Panel->System and Security->Administrative Tools->Services right clicking on the Aqua Data Server service and selecting Start.
If you see "Error 1069: The service did not start due to a logon failure" it is because the user selected to run the service has not been given the User Rights Assignment to Log on as a service.
Grant rights to the user to Log on as a service by clicking the Start Menu and typing secpol.msc and pressing enter to launch the Local Security Policy editor.
1. Click Local Policies, click User Rights Assignment and double click on Log on as a service to edit the Log on as a service properties.
2.Within the Log on as a service Properties window click Add User or Group.
3.In the Select Users or Groups window type in the name of the user and click Check Names. If the user exists in this computer, you should see the username underlined. Click OK to add the user, then click OK to close the Log on as a service dialog.
Use the command below to start Aqua Data Server
sudo /etc/init.d/aquadataserver start <press enter>
Use the command below to start Aqua Data Server
sudo /Users/aquadataserver/aquadataserver/tomcat/bin/./tomcat6-osx-10-6.sh start <press enter>
Aqua Data Server's Memory Usage can be viewed following installation by looking at the Administration - System Status tab. It displays as
Memory Max:
Memory Total:
Memory Used:
To edit the Memory Max (the amount of memory the JVM will allocate from the OS for use by Aqua Data Server) use the Service Configuration by clicking on Start-> Programs -> Aqua Data Server -> Service Configuration (be sure to right click and 'Run as administrator' if you are in Windows Vista or Windows 7).
Once the Service Configuration window appears, click the Java tab and increase the value in the Maximum Memory Pool field and click OK. The Aqua Data Studio Windows Service must be restarted for this change to take affect.
To edit the Max Memory (the amount of memory the JVM will allocate from the OS for use by Aqua Data Server) edit the file /etc/init.d/aquadataserver
Search for the MAX_MEM parameter. By default it is set to "512m". You may change this as desired:
MAX_MEM="512m"
The ="512m" portion indicates 512 megabytes of memory have been allocated. Increase this number to allocate more memory to Aqua Data Server.
After saving the file, restart Aqua Data Server, login and view the System Status tab to see that the setting has been changed.
To edit the Memory Max (the amount of memory the JVM will allocate from the OS for use by Aqua Data Server) edit /Users/aquadataserver/aquadataserver/tomcat/bin/tomcat6-osx-10-6.sh and increase the number following the text -Xmx
-Xmx512m \
The -Xmx512m portion indicates 512 megabytes of memory have been allocated. Increase this number to allocate more memory to Aqua Data Server.
After saving the file, restart Aqua Data Server, login and view the System Status tab to see that the setting has been changed.
To modfiy the Memory Max (the amount of memory the JVM will allocate from the OS for use by Aqua Data Server), edit <install_dir>\tomcat\bin\setenv.bat and modfiy the number following the text -Xmx in JAVA_OPTS environment variable.
-Xmx512m
The -Xmx512m portion indicates 512 megabytes of memory have been allocated. Increase this number to allocate more memory to Aqua Data Server.
After saving the file, restart Aqua Data Server, login and view the System Status tab to see that the setting has been changed.
To modfiy the Memory Max (the amount of memory the JVM will allocate from the OS for use by Aqua Data Server), edit <install_dir>\tomcat\bin\setenv.sh and modfiy the number following the text -Xmx in JAVA_OPTS environment variable.
-Xmx512m
The -Xmx512m portion indicates 512 megabytes of memory have been allocated. Increase this number to allocate more memory to Aqua Data Server.
After saving the file, restart Aqua Data Server, login and view the System Status tab to see that the setting has been changed.
To modfiy the Memory Max (the amount of memory the JVM will allocate from the OS for use by Aqua Data Server), edit <install_dir>\tomcat\bin\catalina-osx.sh and modfiy the number following the text -Xmx in JAVA_OPTS environment variable.
-Xmx512m
The -Xmx512m portion indicates 512 megabytes of memory have been allocated. Increase this number to allocate more memory to Aqua Data Server.
After saving the file, restart Aqua Data Server, login and view the System Status tab to see that the setting has been changed.
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017