Results 1 to 6 of 6

Thread: How to improve SQL Server memory management

  1. #1
    Join Date
    Feb 2010
    Posts
    149

    How to improve SQL Server memory management

    Hi all,

    Recently, my database server in order to be able to run other applications, while maintaining the operating system version of the database without changing the database server of the software and hardware upgrades. In software, the operating system from Windows 2000 to upgrade to Windows Server 2003; in hardware on the server from the original 512MB of RAM to 1GB (1024MB). I just want to know that how to improve SQL Server memory management. Thanks and reply.

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    How to improve SQL Server memory management

    The expected SQL Server buffer pool behavior. By default, SQL Server, after you start, SQL Server according to the report of physical memory the operating system to dynamically increase or decrease the number of cache capacity. As long as the size of physical memory available to keep 4MB to 10MB in between, SQL Server buffer pool will continue to increase memory in between 4MB to 10MB in order to avoid the operating system because of lack of memory and frequently changing pages. If the physical available memory becomes less time, then SQL Server will release some memory to the operating system. Check and reply.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to improve SQL Server memory management

    In order to run the application on the server to achieve more satisfactory results, but also to give other applications in order to allocate sufficient memory, need to take measures to limit the SQL Server memory usage. We can set up SQL Server database engine used by the memory of the upper and lower limits to achieve this purpose. You should also try this and reply.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to improve SQL Server memory management

    The specific steps are specified for memory management in SQl server.
    1. Open Enterprise Manager, expand the server group.
    2. Click the server, click the right mouse button, click the Properties menu.
    3. In the pop-up dialog box, click the memory tab.
    Memory settings in two ways:
    # To set min server memory and max server memory in a range of paragraph.
    For example, we will set it into a minimum-0MB, maximum 255MB. This approach for a single server running multiple applications allocate memory very useful.
    #To set min server memory and max server memory for the same value.

  5. #5
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to improve SQL Server memory management

    You can be maximum and minimum values are set to 255MB. This set method and the window in the other option "Use a fixed memory size" is consistent. Although the minimum and maximum memory settings are advanced options, but the setting is completed, the best first stop SQL Server service and then re-run so that SQL Server can better memory and reasonable arrangement. check and reply.

  6. #6
    Join Date
    May 2008
    Posts
    2,012

    Re: How to improve SQL Server memory management

    When you start SQL Server, SQL Server memory usage may continue to progressively increase and not reduce, still when activity on the server is low. As well, the Task Manager and Performance Monitor may demonstrate that the physical memory available on the computer is progressively decreasing awaiting the available memory is between 4 to 10 MB. Check and reply.

Similar Threads

  1. Suggestions to improve Tape Management
    By Micro-Dona in forum Hardware Peripherals
    Replies: 5
    Last Post: 27-04-2012, 05:16 AM
  2. How to improve the level of ERP Warehouse Management
    By GracieSingh in forum Software Development
    Replies: 6
    Last Post: 28-02-2011, 02:25 PM
  3. Improve RAM management on Windows XP
    By FlashX in forum Tips & Tweaks
    Replies: 1
    Last Post: 19-01-2010, 01:26 AM
  4. Upgrading Memory will improve Game Performance
    By Pratyush in forum Video Games
    Replies: 3
    Last Post: 03-04-2009, 01:53 PM
  5. GWT memory management
    By Protector in forum Software Development
    Replies: 7
    Last Post: 15-01-2009, 09:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,260,594.88427 seconds with 17 queries