SQL Server running out of memory after some time

Home Page Forums BizTalk 2004 – BizTalk 2010 SQL Server running out of memory after some time

Viewing 4 reply threads
  • Author
    Posts
    • #22297

      hi 

      We have a biztalk server having 2 applications hosted via WCF on it. it has moderate or can say low trafic.It was working fine initially, but suddenly SQL Server causing big bunch of memory utilization around 1.7 GB working set.

      Its a dedicated 64 bit widows 2003 machine for a biztalk with SQL standard edition. 

      It will be gr8 if you can help us in rectifying the problem.

      Thanks,

      Rashmi

    • #22298

      For reference:

      we have Biztalk server 2006 R2 

       

      Thanks

      Rashmi

    • #22317

      Add Extra RAM on the Box..How much memory the server had ?

    • #22363

      Please clean up messagebox & see .

      If still this is happening , better to reduce persitance points from the code.

      If you can’t do any code changes the go with throttling.  example : # of db session by default infinite. You can fine tune this for the best. 

    • #22369

      SQL Server is a memory hog and doesn’t play nice with others. It will continue to use memory if it is available and never gives it back.

      You can put limits on the amount memory the SQL Server will use. This is good idea if you share your server with other applications which may also like to use memory.
      http://msdn.microsoft.com/en-us/library/ms178067.aspx

Viewing 4 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.