RE: Out of memory issue with svn merging
From: Chris Evans <Chris.Evans_at_gresearch.co.uk>
Date: Mon, 14 Mar 2011 19:43:49 +0000
Without a 32bit executable being large address aware it's not going to be able to use more than around 2GB of virtual address space. Ideally you'd use a 64bit client on a 64bit OS. If that's not possible then you can maybe squeeze a bit more out of a 32bit client by forcing it to use up to 3GB.
Use MASM32 to apply the /LARGEADDRESSAWARE option to your client exe. editbin.exe /LARGEADDRESSAWARE \path\to\svn.exe
See:
*bypass*
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.