Description
The purpose of this article is to set the recommended amount of RAM in GB for the Portal Memory, Data Receiver Memory, Oracle Memory and Oracle Max Memory.
Windows 64-bit or Linux 64-bit
Large Portal (Physical Server)
|
|
For Linux systems: |
|
1. Stop all services: /opt/aptare/bin/aptare stop 2. Increase Portal Memory to 24G in this line /opt/aptare/portalconf/tomcat/java-settings.sh 3. Increase Data Receiver Memory to 16G in this line /opt/aptare/datarcvrconf/tomcat/java-settings.sh 4. Increase Oracle Memory and Oracle Max Memory to 24 GB in the following file. /opt/aptare/oracle/dbs/initscdb.ora
5. Start all services: /opt/aptare/bin/aptare start
1. Stop all services: C:\opt\aptare\utils> stopallservices.bat 2. Increase the Oracle Memory and Oracle Max Memory in the following file.
C:\opt\oracle\database\initscdb.ora 3. Modify these lines: # memory_target should be 1/4 of total physical memory or greater. For example, if the Portal server has 96 GB total memory, set the Oracle Memory to 24 GB:
4. To increase the Portal Memory, open APTARE Portal Tomcat Properties from the Windows Command Prompt as Administrator.
Note: "AptarePortalTomcat" is the service name In the APTARE Portal Tomcat Properties window, click the Java tab (seen below)
Note: "AptareAgentTomcat" is the service name In the APTARE Agent Tomcat Properties window, click the Java tab (seen below)
|
|
6. Start all services: C:\opt\aptare\utils> startallservices.bat