Reporting services consuming high amount of Memory

  • Hello Master,

    I have one SQL Server 2008 R2 Reporting server. Machine has total 14GB RAM. My reporting services was consuming almost 80%-90% of memory so I modified reportserver config file and have added below parameters to set up Max memory limit for reporting services to 9GB:

    <WorkingSetMaximum>9000000</WorkingSetMaximum>

    <WorkingSetMinimum>2000000</WorkingSetMinimum>

    After that I restarted reporting services as well.

    But still reporting services consuming more memory almost 9.5GB to 10 GB. Anyone can guide me how can I lower down the memory usage of reporting services ?

  • Hi,

    You will have to take a look at the type of reports running at a time in the queue.

    Also custom output rendered reports tend to consume more memory.

  • Not sure if you would be able to deploy the solutions in the environment immediately or easily -

    a. Build a farm for RS

    b. keep the RS server seperate from the DB server.

    Also just curious on how you are calculating the memory used values after setting the max limit ?

    Regards

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply