dsserverMem
Syntax: dsserverMem [option]
The dsserverMem command displays memory statistics of the JAVA portion of the DSServer JVM (JAVA
Virtual Machine).
The command returns the following:
maxMemory The maximum amount of memory, in bytes, allotted to the JVM by the operating
system.
totalMemory The total amount of memory, in bytes, requested by the JVM from the operating
system. This amount never exceeds maxMemory.
freeMemory The amount of memory, in bytes, that is free, out of the amount of memory that
the JVM requested from the operating system. This amount never exceeds
totalMemory.
mem in use The difference between the totalMemory and the freeMemory. (totalMemory
minus freeMemory).
Options for dsserverMem
-gc Garbage collection. Reclaim memory from deleted objects
Examples using dsserverMem
dsserverMem — display the memory status of the JAVA portion of the DSServer JVM.
maxMemory: 518979584
totalMemory: 259588096
freeMemory:228207040
mem in use: 63797176
Solution Published: October 7th, 2014
Solution ID: 1568