Memory and CPU Paging

  • I have a SQLServer running in a 1.4 GB memory and Pentium 3 processor. Whenever the allocated maximum memory is reached, a 100% CPU utilization occurs. Do I have to upgrade to higher CPU or there's some tuning that I can do to resolve this problem?

  • Use performance monitor to monitor following counters.

    memory : pages/sec

    processor : %processor time

    physical disk : ave disk queue length

    sql server : memory manager : total server memory

    The issue may be related to lack of sufficient memory and slow disk I/O too.

    Please also provide hardware and disks configuration information, as well as SQL server.

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

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