To calculate the memory used by the DocuShare processes and grouping them in Linux OS:
The command shown in the example below will group the DocuShare processes running on a Linux box. This can be helpful when calculating the physical memory consumed by the DocuShare processes.
# ps –eO size,user,cmd –sort group
Note: The physical memory is calculated in KB.
Solution Published: March 21st, 2012
Solution ID: 1077