From owner-freebsd-current@FreeBSD.ORG Sat Aug 16 01:14:56 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 835601065671 for ; Sat, 16 Aug 2008 01:14:56 +0000 (UTC) (envelope-from eakarsu_33@yahoo.com) Received: from n14.bullet.mail.mud.yahoo.com (n14.bullet.mail.mud.yahoo.com [68.142.206.41]) by mx1.freebsd.org (Postfix) with SMTP id 560CF8FC12 for ; Sat, 16 Aug 2008 01:14:56 +0000 (UTC) (envelope-from eakarsu_33@yahoo.com) Received: from [68.142.200.227] by n14.bullet.mail.mud.yahoo.com with NNFMP; 16 Aug 2008 01:01:15 -0000 Received: from [76.13.13.25] by t8.bullet.mud.yahoo.com with NNFMP; 16 Aug 2008 01:01:15 -0000 Received: from [76.13.10.169] by t4.bullet.mail.ac4.yahoo.com with NNFMP; 16 Aug 2008 01:01:15 -0000 Received: from [127.0.0.1] by omp110.mail.ac4.yahoo.com with NNFMP; 16 Aug 2008 01:01:15 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 9466.56617.bm@omp110.mail.ac4.yahoo.com Received: (qmail 7051 invoked by uid 60001); 16 Aug 2008 01:01:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Message-ID; b=CdB+JNvrmTxcNXja5yBZ6end0MlLuhaJ9dOmY7ZZwoerJIoXliNMLmUS6CWXVUiDu8xPcklPNfgapYXBCYHOYqmpPg5vTOlrrkw84S6PQN5hT1Ysns8n299X5xhpH+0Gd3h7YOOnI9FQMhW8MvwsoIry/JbkAZf6UoODnjqw7Nk=; Received: from [96.228.60.223] by web45211.mail.sp1.yahoo.com via HTTP; Fri, 15 Aug 2008 18:01:14 PDT X-Mailer: YahooMailRC/1042.48 YahooMailWebService/0.7.218 Date: Fri, 15 Aug 2008 18:01:14 -0700 (PDT) From: Erol Akarsu To: cpghost MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <136625.5517.qm@web45211.mail.sp1.yahoo.com> Cc: freebsd-current@freebsd.org Subject: Limiting icmp unreach response fron 348 to 200 packets/sec X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2008 01:14:56 -0000 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 To: Erol Akarsu Cc: freebsd-current@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"