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

AW: This application has requested the Runtime to terminate it in an unusual way.

From: Akin, Klaus <Klaus.Akin_at_infor.de>
Date: 2005-06-22 10:29:11 CEST

Hallo,

Thanks for your answer. You are right, it is an out of memory error. The
memory of the process goes up to 2 GB (which is the upper bound for a
Process on a win 32 machine), and than throws an out of memory error. The
files, which I want to checkout have an amount of 400MB (without the .svn
files). During the merge the memory is always increasing and never
decreasing.
Is there a memory leak in the svn client?

Thanks in advance

Klaus

-----Ursprüngliche Nachricht-----
Von: Ulrich Eckhardt [mailto:eckhardt@satorlaser.com]
Gesendet: Dienstag, 21. Juni 2005 16:47
An: users@subversion.tigris.org
Betreff: Re: This application has requested the Runtime to terminate it in
an unusual way.

Akin, Klaus wrote:
> This application has requested the Runtime to terminate it in an unusual
> way.
>
> Please contact the application's support team for more information.
[...]
> Svn merge <empty dir url> <very large branch>

svn copy <very large branch> <empty dir url>

> After a long time (about one hour) and very many added files later I get
> this error.

Sounds like it's running out of memory. The error message could be better,
but
basically there is not much that Subversion can do about the fact. Try
watching how much memory is allocated to the process, and if that is going
too high, try increasing swap or, better, RAM.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 22 10:31:18 2005

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.