cancel
Showing results for 
Search instead for 
Did you mean: 

Server Memory issue

Former Member
0 Kudos

Hi,

We are facing a strange behaviour in terms of memory usage in our development server. We have tested a lot of scenarios by varying the load of the MDS, MDIS and MDSS but still not able to find out the exact problem. May be if anyone can help:

There is a lot of flunctuation in memory usage of the server. Sometimes it goes to 90% consumption and sometimes it comes back to 50% consumption. We have tested the stable scenarios - i.e. even without any processing being done but still same variation. We are worried that this fluctuation might take the server down. When we tried to go through the detail memory consumption of individual services then we found that MDS, MDIS and MDSS together was only consuming memory of around 25% but still total memory consumption was about 90%. This is a standalone server and no other applications are installed on it.

Does anyone have an idea about the normal behaviour of memory consumption. Is this fluctuation normal? What may be the processes that goes on in backend and not visible which actually consume so much of memory.

Kindly provide some inputs.

Regards,

Indravee

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Indraveer,

This is by default behaviour of Windows environment, that it keeps memory reserved for other future processes/applications to be run. But you can reserve the memory for MDM server by a parameter given for it "Reserved Memory Megabytes". See MDM Console Guide page 230. After setting this parameter, Windows will not reduce MDMu2019s portion of memorybelow this point by paging.

Also set Parameter Max Threads Per Operation=Auto. and remove if there is any parameter like "CPU Count", it is no more in use now.

BR,

Alok Sharma