Subject: Re: many many route added and flush not work after
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: rmkml <rmkml@free.fr>
List: tech-net
Date: 03/28/2006 21:55:54
Thx for reply,
# ulimit -a
...
stack size (kbytes, -s) 2048
...
# ulimit -s unlimited
# ulimit -a
...
stack size (kbytes, -s) 32768
...
# route flush
route: malloc: Cannot allocate memory
same pb ?
Regards
Rmkml
On Tue, 28 Mar 2006, Manuel Bouyer wrote:
> Date: Tue, 28 Mar 2006 22:48:04 +0200
> From: Manuel Bouyer <bouyer@antioche.eu.org>
> To: rmkml <rmkml@free.fr>
> Cc: tech-net@NetBSD.org
> Subject: Re: many many route added and flush not work after
>
> On Tue, Mar 28, 2006 at 07:45:15PM +0200, rmkml wrote:
>> Hi,
>> Im use netbsd30 over macppc arch,
>> I have started a script to create many many route (1Millions)
>> but after, I need flush this route,
>> but I have this msg :
>> route flush
>> route: malloc: Cannot allocate memory
>> anyone have ideas ?
>
> Maybe it reaches the process memory limit ? try unlimit (for csh-like) or
> ulimit -d unlimited; ulimit -s unlimited (for sh-like)
>
> --
> Manuel Bouyer <bouyer@antioche.eu.org>
> NetBSD: 26 ans d'experience feront toujours la difference
> --
>