From mboxrd@z Thu Jan 1 00:00:00 1970 From: tedemo Subject: Re: ipset memory usage Date: Tue, 27 Sep 2005 05:01:29 +0200 Message-ID: <4338B609.60607@free.fr> References: <4336442D.3090404@free.fr> <4337AE94.6020503@free.fr> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="iso-8859-1"; format="flowed" To: netfilter@lists.netfilter.org Jozsef Kadlecsik a =E9crit : >When the hash size is about 20 million entries, that alone requires ~80M= B >physical memory. If resizing is triggered, at least two times of that >amount of memory is needed temporarily. > =20 > The problem was comming from the --probes parameter which was set to 2 ! Increasing its value to 10, reduced the hashsize up to a factor 100. Thanks !