Subject: Re: apache-tomcat
To: Water NB <netbsd78@126.com>
From: Ja'far Railton <ibn.richard@gmail.com>
List: pkgsrc-users
Date: 06/21/2006 20:05:45
On Thu, Jun 22, 2006 at 01:48:24AM +0800, Water NB wrote:
> I have installed apache-tomcat and have some issues:
> When I run /etc/rc.d/tomcat, it failed.
> 
> Some answer from Google tell me:
> ulimit -d 262144
> 
> 1) Must I add ulimit into /etc/rc.d/tomcat?

?

> 2) ulimit is command of /bin/sh, is there another equal command in csh?

It's "limit datasize", I think. Try adding this to your .cshrc file:

limit datasize 262144

HTH