pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29351



The following reply was made to PR pkg/29351; it has been noted by GNATS.

From: Kouichirou Hiratsuka <hira%po6.nsk.ne.jp@localhost>
To: rillig%NetBSD.org@localhost, markd%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost,
        gnats-admin%NetBSD.org@localhost
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@localhost 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@localhost
 



Home | Main Index | Thread Index | Old Index