From xemacs-m  Mon Jun  2 14:59:40 1997
Received: from mailbox1.ucsd.edu (mailbox1.ucsd.edu [132.239.1.53])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA29927
	for <xemacs-beta@xemacs.org>; Mon, 2 Jun 1997 14:59:39 -0500 (CDT)
Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by mailbox1.ucsd.edu (8.8.5/8.6.9) with SMTP id MAA27306 for <xemacs-beta@xemacs.org>; Mon, 2 Jun 1997 12:59:39 -0700 (PDT)
Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4)
	id NAA19134; Mon, 2 Jun 1997 13:00:10 -0700
To: xemacs-beta@xemacs.org
Subject: Re: Memory exhausted
References: <w8senayjl28.fsf@hrotti.ifi.uio.no> 	<kig3ererzy2.fsf@jagor.srce.hr> 	<m2g1v4j0hc.fsf@proletcult.slip.ifi.uio.no> <199706020705.AAA02697@xemacs.eng.sun.com>
X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: David Moore <dmoore@ucsd.edu>
Date: 02 Jun 1997 13:00:09 -0700
In-Reply-To: Martin Buchholz's message of Mon, 2 Jun 1997 00:05:19 -0700
Message-ID: <rvsoz07p2u.fsf@sdnp5.ucsd.edu>
Lines: 20
X-Mailer: Gnus v5.4.45/XEmacs 20.1

Martin Buchholz <mrb@Eng.Sun.COM> writes:

> >>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> 
> Lars> Hrvoje Niksic <hniksic@srce.hr> writes:
> >> > Configured for `mips-dec-ultrix4.4'.
> >> [...]
> >> >   Should XEmacs use the relocating allocator for buffers? yes
> >> 
> >> Try `--rel-alloc=no'.  It was necessary for Ultrix, IIRC.
> 
> Lars> Yup; that did the trick.  Should this be the default for Ultrix,
> Lars> perhaps? 
> 
> I have added a test to configure.in to turn off rel-alloc for Ultrix.
> Wanna give me a guest account to test it?

Shouldn't it turn off HAVE_MMAP not rel-alloc?  We have 2 relocating
allocators, and presumably only the mmap one is broken on ultrix.  So
you should only disable the broken one.

