[p4] Win32 Server Config

Robert Cowham robert at vaccaperna.co.uk
Tue Jan 23 01:46:42 PST 2007


By the way, if anyone has a Win32 Perforce server which falls over on
occasion with an unhelpful "Insufficient system resources" error, then the
following registry setting would seem to be beneficial:

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
PagedPoolSize

DWORD
0xFFFFFFFF
	
The system calculates the maximum paged pool allowed for the system in this
configuration. For 32-bit systems, this is typically less than 500 MB. This
setting is typically used for servers that are attempting to cache a very
large number of frequently used small files, some number of very large size
files, or both. In these cases, the file cache that relies on paged pool to
manage its caching is able to cache more files (and for longer periods of
time) if more paged pool is available.

See:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry
/29937.mspx?mfr=true

For other details (plus sundry other MS KB pages)

Regards
Robert


More information about the perforce-user mailing list