NetBSD-Users archive

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

Re: cvs fail because allocate memory fail



On Thu, Sep 24, 2009 at 08:53:26AM +0100, Matthias Scheler wrote:
> On Mon, Sep 21, 2009 at 12:00:56PM +0800, Water NB wrote:
> > $ ulimit
> > unlimited
> 
> That's the wrong command:
> 
> > ulimit -d
> 262144
> 
> > I wrote a test program to allocate 256M bytes, it failed.
> > There are 1238M bytes space for File, 
> 
> Try this command, please:
> 
> ulimit -d `ulimit -d -H`
Good, ulimit -d `ulimit -d -H` can let my test program run correctly.

But, my question is:
cvs daemon is launched by inetd, where should I add this setting?
Thanks.



Home | Main Index | Thread Index | Old Index