>>>> "Michael" == Michael Kifer
<kifer(a)cs.sunysb.edu> writes:
Michael> When I cvs update in the xemacs-packages/mule directory
Michael> (at cvs.xemacs.org:/usr/CVSroot) I get after a while:
Michael> cvs server: Updating skk/etc
Michael> cvs [server aborted]: out of memory; can not allocate 2808685 bytes
Michael> or
Michael> U mule/skk/etc/ReadMe.English
Michael> cvs [server aborted]: can not reallocate 4194304 bytes
Michael> or
Michael> Terminated with signal 11.
Michael> It's been like this for the last 3 days (day and night).
Michael> Is there a remedy for this?
skk/etc is a problem child because of the huge file it contains.
Try using :pserver:, not :ext:, for your read-only CVS commands.
Try rm -rf skk/etc before doing the cvs update.
If nothing else works, you can omit the skk directory.
Martin