[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svnadmin load runs out of memory

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2003-12-07 20:51:31 CET

> -----Original Message-----
> From: Dave Oxley [mailto:dave@daveoxley.co.uk]
> Sent: Sunday, December 07, 2003 11:43 AM
> To: dev@subversion.tigris.org
> Subject: Re: svnadmin load runs out of memory
>
> I think you're right about the memory. I'm not entirely sure how Windows
> works (Who is?), but I think a program can only ever allocate a max of
> 4Gb. The additional 2Gb may or may not be usable by other programs?

Actually on Windows (before Windows 2003 Server 64bit), a single application
can only allocate 2GB of virtual memory, but you are right, the rest of
memory can be used by other applications, or by the OS file caching.

For example, we have a machine at work with 32GB of physical memory, because
we want to keep some database tables cached as much as possible, even though
the server can only use 2GB, the OS caching of the files makes a HUGE
difference in perf.
>
> Cheers.
> Dave.

--
~~~~~~~~~~~~~~~~~~~~
 Kevin Pilch-Bisson
~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 7 20:53:22 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.