Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

page file grows (64-bit)
Our Page file seems to be growing out of control.

We have a SQL Server 2000 64-bit on an Itanium system w/ 8 GB of RAM.
when we start/re-start the service, the page file is a reasonable size
(1 to 1.5 times RAM).  After this the page file grows by 0.25 GB per
hour.  PerfMon says that  SqlServer:MemoryMana
ger - TotalServerMemory
continues to shrink, and task manager says the MemUsage shrinks, but
not to the same degree.  Right now the VM size is 27.7 GB.  The server
gets hit pretty hard with an average of 300 batch requests/sec
(max=1000/sec).

There are two other programs that run on the server -- one supply chain
management software (Adexa) that analyzes our production data, and one
program that moves data from our manufacturing databases to this server
and vice-versa.  I think they're in C++ or VB.

I'd be grateful for any advice anyone has.
bryan


Report this thread to moderator Post Follow-up to this message
Old Post
r.bryan.kane@gmail.com
04-01-05 01:01 AM


Re: page file grows (64-bit)
<r.bryan.kane@gmail.com> wrote in message
news:1112283384.234405.179340@f14g2000cwb.googlegroups.com...
> Our Page file seems to be growing out of control.
>
> We have a SQL Server 2000 64-bit on an Itanium system w/ 8 GB of RAM.
> when we start/re-start the service, the page file is a reasonable size
> (1 to 1.5 times RAM).  After this the page file grows by 0.25 GB per
> hour.  PerfMon says that  SqlServer:MemoryMana
ger - TotalServerMemory
> continues to shrink, and task manager says the MemUsage shrinks, but
> not to the same degree.  Right now the VM size is 27.7 GB.  The server
> gets hit pretty hard with an average of 300 batch requests/sec
> (max=1000/sec).
>
> There are two other programs that run on the server -- one supply chain
> management software (Adexa) that analyzes our production data, and one
> program that moves data from our manufacturing databases to this server
> and vice-versa.  I think they're in C++ or VB.
>
> I'd be grateful for any advice anyone has.
> bryan
>

Which process is using all the memory?

If using Taks Manager, don't look aat Mem Usage, look at Virtual Memory Size
(add it from view/columns).

David



Report this thread to moderator Post Follow-up to this message
Old Post
David Browne
04-01-05 01:01 AM


Re: page file grows (64-bit)
SQL Server is designed to not use the OS pagefile.  If you are running apps
other than SQL Server onthe box they are most likely the culprits.  It's
never a good idea to share a box with apps other than sql server for peak
performance. The fact that SQL Servers total memory is shrinking is a big
clue that one of the other apps is requesting a bunch of memory and SQL
Server is attempting to give some back.  But it will not be from the swap
file, it will be physical ram.

--
Andrew J. Kelly  SQL MVP


<r.bryan.kane@gmail.com> wrote in message
news:1112283384.234405.179340@f14g2000cwb.googlegroups.com...
> Our Page file seems to be growing out of control.
>
> We have a SQL Server 2000 64-bit on an Itanium system w/ 8 GB of RAM.
> when we start/re-start the service, the page file is a reasonable size
> (1 to 1.5 times RAM).  After this the page file grows by 0.25 GB per
> hour.  PerfMon says that  SqlServer:MemoryMana
ger - TotalServerMemory
> continues to shrink, and task manager says the MemUsage shrinks, but
> not to the same degree.  Right now the VM size is 27.7 GB.  The server
> gets hit pretty hard with an average of 300 batch requests/sec
> (max=1000/sec).
>
> There are two other programs that run on the server -- one supply chain
> management software (Adexa) that analyzes our production data, and one
> program that moves data from our manufacturing databases to this server
> and vice-versa.  I think they're in C++ or VB.
>
> I'd be grateful for any advice anyone has.
> bryan
>



Report this thread to moderator Post Follow-up to this message
Old Post
Andrew J. Kelly
04-01-05 01:01 AM


Re: page file grows (64-bit)
sqlservr.exe.has most of it.

2.5 GB Mem Usage
7.0 GB Peak Mem Usage
27.7 GB VM Size

the second-highest VM size is 25 MB

bryan


Report this thread to moderator Post Follow-up to this message
Old Post
r.bryan.kane@gmail.com
04-01-05 01:01 AM


Re: page file grows (64-bit)
Thanks for your helpful input.  I did some further investigation and
narrowed it down to one specific job that runs every 15 minutes.  the
graph of SQL Server's PF size looks like a staircase.

we're going to try to test this by moving the job to run on a different
server.

bryan


Report this thread to moderator Post Follow-up to this message
Old Post
r.bryan.kane@gmail.com
04-01-05 01:01 AM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 11:39 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006