Re: cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-24 Thread Harald Kucharek



Sachin wrote:
 
 Hi,
 I am trying bytes to checkin a big file of 95MB into a repository. I
 am woking on a HP-UX 10.20 system and CVS version is 1.11.1p. I am
 getting the following error messages, cvs [commit aborted]: out of
 memory; can not reallocate 95683558
 TIA.

First: Are you really sure you need to put that file under revision control?
   What is it?

Second: The error message tells it all: cvs runs out of memory when it tries
to swallow such a huge file. I don't know exactly where you've to add
memory (are you working client/server or local?), but I guess at least
you've to increase your swapspace. You may also run into trouble with
insufficient temporary disk space. Have a look at
http://www.cvshome.org/docs/manual/cvs_2.html#SEC37

Harald
-- 
 iXpoint Informationssysteme GmbH #
  Rheinstraße 79a # Harald Kucharek
  76275 Ettlingen # [EMAIL PROTECTED]
Tel/Fax +49 7243 3775-0/77# www.ixpoint.de

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-24 Thread Sachin

hi, 
Thanks for the info. I have checked that I have enough of swap and tmp
space free. Inspite of that it gives me an error. I have tried
checking in a file size of max 60 MB. After that it cribs and starts
giving the memory error.
there is some limitation from cvs side itself. any more help would b
appreciated.
thanks 
sachin

Harald Kucharek [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]...
 Sachin wrote:
  
  
  Hi,
  I am trying bytes to checkin a big file of 95MB into a repository. I
  am woking on a HP-UX 10.20 system and CVS version is 1.11.1p. I am
  getting the following error messages, cvs [commit aborted]: out of
  memory; can not reallocate 95683558
  TIA.
 
 First: Are you really sure you need to put that file under revision contr
 ol?
What is it?
 
 Second: The error message tells it all: cvs runs out of memory when it tr
 ies
 to swallow such a huge file. I don't know exactly where you've to
  add
 memory (are you working client/server or local?), but I guess at 
 least
 you've to increase your swapspace. You may also run into trouble 
 with
 insufficient temporary disk space. Have a look at
 http://www.cvshome.org/docs/manual/cvs 2.html#SEC37
 
 Harald
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-24 Thread Larry Jones

Sachin writes:
 
 Thanks for the info. I have checked that I have enough of swap and tmp
 space free. Inspite of that it gives me an error. I have tried
 checking in a file size of max 60 MB. After that it cribs and starts
 giving the memory error.
 there is some limitation from cvs side itself. any more help would b
 appreciated.

There's no particular limit in CVS -- most likely you're running into
some per-process limit.  Most shells have a limit or ulimit command to
display and modify the limits, but you usually have to be root to
increase them.  You'll have to consult your system documentation to find
out how to increase the default values.

-Larry Jones

I'm writing you a message in code.  How do you spell nincompoop? -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-23 Thread Sachin

Hi,
I am trying bytes to checkin a big file of 95MB into a repository. I
am woking on a HP-UX 10.20 system and CVS version is 1.11.1p. I am
getting the following error messages, cvs [commit aborted]: out of
memory; can not reallocate 95683558
TIA.
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs