mohan DR writes:
>
> Content-Type: text/html

Don't send HTML to the mailing list.

> CVS is able to checkin a large file 24MB. But when the file is
> modified and a new file is checked in, the commit operation fails with
> the following error.
>
> cvs [server aborted]: out of memory; can not reallocate 25863838 bytes

You're running out of (virtual) memory -- check the amount of real
memory and available swap space (on the server if you're running client/
server).  Also check for any per-process limits on memory.  And think
about what you're doing: there are very few 24MB source files, you
probably shouldn't be checking that file into CVS in the first place.

-Larry Jones

Life's a lot more fun when you're not responsible for your actions. -- Calvin

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to