DMS: How to allocate 1024Mo of Memory for the DMS11GR2 running with Glassfish ? — oracle-mosc

Gateways, Oracle Lite, Oracle DB Mob. Server, TimesTen (MOSC)

MOSC Banner

DMS: How to allocate 1024Mo of Memory for the DMS11GR2 running with Glassfish ?

edited Jan 12, 2014 11:45PM in Gateways, Oracle Lite, Oracle DB Mob. Server, TimesTen (MOSC) 2 commentsAnswered ✓
Hi Experts,
On Glassfish console, i have these two lines:

-Xmx${JVM_HEAP_SIZE}
-Xms${JVM_HEAP_SIZE}

What is ${JVM_HEAP_SIZE} value ?

I then read domain.xml, and i see :
 <servers>
   <server name="server" config-ref="server-config">
     <system-property name="JVM_HEAP_SIZE" value="1024m"></system-property>
     <system-property name="JVM_HEAP_SIZE_XMN" value="512m"></system-property>
     <system-property name="JVM_PARALLEL_GC_THREADS" value="2"></system-property>
     <system-property name="MAX_THREAD_POOL_SIZE" value="12"></system-property>
     <application-ref ref="mobile" virtual-servers="server"></application-ref>
     <application-ref ref="__admingui" virtual-servers="__asadmin"></application-ref>
     <resource-ref ref="jdbc/__TimerPool"></resource-ref>
     <resource-ref ref="jdbc/__default"></resource-ref>
   </server>
 </servers>

and

 <config name="server-config">
     <system-property name="JVM_HEAP_SIZE" value="1024m"></system-property>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center