SQL Server 7 memory problem

  • I have SQL 7 standard edition running on windows 2000 advanced server with 4 GB of ram and 4 processors. SQL Server is configured to use 2 GB (max allowed with this configuration?). But SQL SERVER only uses max of 1.7 GB; does anyone know why the other 0.3 GB is not being used?

    I'm getting paging but SQL server shows 0.3 GB of memory free.

    Thanks for any help you can offer.

  • How large are your database? How heavy has the paging happened? Are you sure the paging is being caused by SQL Server?

  • We had the same issue with the same setup. You need to add the /3GB switch in the boot.ini file, and then set the maximum memory to 2 GB in the SQL Server properties dialog box. Please note that the /3GB switch requires a reboot to take effect.

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

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