Limiting icmp unreach response fron 348 to 200 packets/sec

Erol Akarsu eakarsu_33 at yahoo.com
Sat Aug 16 01:14:56 UTC 2008


Hi,

Thanks for helping this.

Now, I am getting "Limiting icmp unreach response fron 348 to 200 packets/sec"

In which conditions can we get this? does this effect functionality of the system?
How can I solve this issue?

Thanks

Erol Akarsu




----- Original Message ----
From: cpghost <cpghost at cordula.ws>
To: Erol Akarsu <eakarsu_33 at yahoo.com>
Cc: freebsd-current at freebsd.org
Sent: Friday, August 15, 2008 7:42:05 PM
Subject: Re: Freeswitch on latest FBSD

On Fri, Aug 15, 2008 at 04:23:39PM -0700, Erol Akarsu wrote:
> Can you help me on setting other limits? I did the following but it
> did not change.  I would like this like I do in linux:
> 
> ulimit -c unlimited
> 
> Could you please tell me how I will do it on FreeBSD?

Which shell are your using?

With csh/tcsh:

# limit
cputime      unlimited
filesize     unlimited
datasize     524288 kbytes
stacksize    65536 kbytes
coredumpsize unlimited
memoryuse    unlimited
vmemoryuse   unlimited
descriptors  7092
memorylocked unlimited
maxproc      3546
sbsize       unlimited

# limit stacksize
stacksize    65536 kbytes

# limit stacksize 32000
# limit stacksize
stacksize    32000 kbytes

# limit stacksize unlimited
# limit stacksize
stacksize    65536 kbytes

With /bin/sh:

# ulimit -a
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  524288
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  3546
open files                      (-n)  7092
virtual mem size        (kbytes, -v)  unlimited
sbsize                   (bytes, -b)  unlimited

# ulimit -s 32200
# ulimit -s
32200

# ulimit -s unlimited
# ulimit -s
65536

If you need to rise other limits (say, open files, etc...), you'll
need to crank up the sysctl value. You can get a list of all sysctl
values like this:

# sysctl -a | more

> Thanks

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
_______________________________________________
freebsd-current at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"



      



More information about the freebsd-current mailing list