Subject: Re: pkg/29351
To: None <markd@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
List: pkgsrc-bugs
Date: 06/07/2005 19:32:02
The following reply was made to PR pkg/29351; it has been noted by GNATS.
From: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
To: rillig@NetBSD.org, markd@NetBSD.org, pkgsrc-bugs@NetBSD.org,
gnats-admin@NetBSD.org
Cc:
Subject: Re: pkg/29351
Date: Wed, 08 Jun 2005 04:25:02 +0900
Hello,
At Tue, 7 Jun 2005 15:52:18 +0000 (UTC),
rillig@netbsd.org wrote:
>
> Synopsis: editors/emacs does not work on -current/amd64
>
> Is this PR still valid?
>
I'm using zsh and I've written `unlimit' into .zshrc. This problem
was caused by bumping the limit of the datasize. With today's
-current, it does not dump core. However, it still does not work
properly with `unlimit datasize'.
% limit
cputime unlimited
filesize unlimited
datasize 256MB
stacksize 2MB
coredumpsize unlimited
memoryuse 978MB
memorylocked 326MB
maxproc 160
descriptors 64
sockbufsize unlimited
% emacs
(emacs works fine)
% unlimit datasize
% limit
cputime unlimited
filesize unlimited
datasize 8192MB
stacksize 2MB
coredumpsize unlimited
memoryuse 978MB
memorylocked 326MB
maxproc 160
descriptors 64
sockbufsize unlimited
% emacs
(I got this message on emacs)
----------------------------------------------------------------------
Warning: past acceptable memory limits
Killing some buffers may delay running out of memory.
However, certainly by the time you receive the 95% warning,
you should clean up, kill this Emacs, and start a new one.
----------------------------------------------------------------------
best regards.
--
Kouichirou Hiratsuka
hira@po6.nsk.ne.jp