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

Re: Re: Tortoise SVN Runtime Errors

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 22 Jul 2010 19:26:37 +0200

On Thu, Jul 22, 2010 at 18:22, Vishwanath Ramachandran
<r.r.vishwanath_at_gmail.com> wrote:
> I have tested also with Svn comman line client..
>
> the checkout fails saying
>
> Out of memory - terminating application.
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
>
> The size of the RAM is 2 GB
>
> Basically this repository was migrated from VSS to SVN? and the migration is done using the tool vss2svn tool.
>
> Many users say, they do not face any issue with VSS. But after migrating to SVN, users reporting the problem

Do you have very big files in your working copy? An update has to do a
diff first so it only fetches the changes, and that diff is done in
memory. So you have to have enough memory available to keep that diff
data in memory during an update.

Also having a lot of svn:mergeinfo properties set can also increase
the memory consumption of the svn lib.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2637000
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-07-22 19:27:08 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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