Mitel Forums - The Unofficial Source

Mitel Forums => Mitel Software Applications => Topic started by: Mattmayn on November 12, 2015, 03:16:54 PM

Title: RAM
Post by: Mattmayn on November 12, 2015, 03:16:54 PM
Is there a way to see what is using memory on NPM on MAS? I have a site that is using 96% of memory at all times. 75 users and only NPM running shouldn't do that even with only 4 GB of RAm.
Title: Re: RAM
Post by: smack on November 15, 2015, 05:01:36 PM
Check if you have any SOS logs or similar on the device and delete them. We have found that SOS reports and most logging across a number of our sites sit in memory instead of on disk.
Title: Re: RAM
Post by: acejavelin on November 15, 2015, 11:02:27 PM
Remember that this is Linux... it uses RAM differently than Windows, in Linux unused RAM is wasted RAM and it will use available RAM for disk caching when it can, then releases it to applications as needed..

http://www.linuxatemyram.com/

Check top and 'free -m', I would guess it is normal unless these show something odd.