Optimize Performance by Setting the JVM Heap Size
You can improve memory performance by increasing the default JVM heap size for the Administration Server and Managed Servers in the startup script for Oracle WebLogic Server.
Newly deployed web application server instances use default memory heap settings, which are often too small to accommodate Oracle Analytics Server 64-bit requirements. You can use these steps to increase the JVM heap size SERVER_MEM_ARGS parameters using the values recommended here.
Make sure you have enough physical memory allocated available on the servers and then use the settings in the procedure as a starting point, and after load testing, adjust as needed. For a stable even performance over time, you must set the initial JVM heap size (-Xms) to the same value as the maximum JVM heap size (-Xmx). Making the initial value the same size as the maximum value means that the JVM won't spend time trying to work out whether it needs to increase the size of the heap.
This procedure sets the same parameter values for both the Administration Server and Managed Servers.