Re: Scaling Max IP address limitation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Robert Iakobashvili
Date: Monday, June 25, 2007 - 1:47 am

David,

On 6/25/07, David Jones <djones@rossove.com> wrote:


Yes.

OK. Now it looks that I am reproducing something.

Running curl-loader with 60K.conf (edit the name of interface) configuration:
#ulimit -n 80000
#curl-loader -f ./conf-examples/60K.conf -w
 it adds successfully 60 000 secondary IPv4 addresses as seen by
#ip addr | wc -l

When I tryed adding IPv6 addresses, using ipv6.conf with addresses
range edited:
IP_ADDR_MIN=  2001:db8:fff5:1::1
IP_ADDR_MAX= 2001:db8:fff5:ffff::1

I am getting after initial successes some errors:
"rtnl_talk(): RTNETLINK answers: Cannot allocate memory"
and
#ip addr | wc-l is 8194.

8K addresses added and no more? It might be a memory issue. Y can dig
into the code and look into the allocation process and limits on the
kernel memory for IPv6.

The physical memory on my computer is 480 MB.
kernel is vanilla 2.6.20.7.

Try to see, what happens, when you increase the memory on your comp,
if an option.

-- 
Sincerely,
Robert Iakobashvili,
coroberti %x40 gmail %x2e com
...........................................................
http://curl-loader.sourceforge.net
A web testing and traffic generation tool.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Scaling Max IP address limitation , David Jones, (Sun Jun 24, 10:20 am)
Re: Scaling Max IP address limitation, Andrew Morton, (Sun Jun 24, 11:02 am)
Re: Scaling Max IP address limitation, Kyle Moffett, (Sun Jun 24, 12:08 pm)
Re: Scaling Max IP address limitation, David Stevens, (Sun Jun 24, 12:54 pm)
Re: Scaling Max IP address limitation, Jan Engelhardt, (Sun Jun 24, 12:58 pm)
Re: Scaling Max IP address limitation, Robert Iakobashvili, (Sun Jun 24, 12:59 pm)
Re: Scaling Max IP address limitation, Robert Iakobashvili, (Sun Jun 24, 1:19 pm)
Re: Scaling Max IP address limitation, david, (Sun Jun 24, 1:44 pm)
Re: Scaling Max IP address limitation, Jan Engelhardt, (Sun Jun 24, 1:52 pm)
Re: Scaling Max IP address limitation, Kyle Moffett, (Sun Jun 24, 2:51 pm)
Re: Scaling Max IP address limitation, David Jones, (Sun Jun 24, 5:03 pm)
Re: Scaling Max IP address limitation, Robert Iakobashvili, (Mon Jun 25, 1:47 am)
Re: Scaling Max IP address limitation, Jan Engelhardt, (Mon Jun 25, 2:30 am)
Re: Scaling Max IP address limitation, Patrick McHardy, (Mon Jun 25, 2:36 am)
Re: Scaling Max IP address limitation, Robert Iakobashvili, (Mon Jun 25, 2:41 am)
Re: Scaling Max IP address limitation, Jan Engelhardt, (Mon Jun 25, 5:38 am)
Re: Scaling Max IP address limitation, Robert Iakobashvili, (Mon Jun 25, 5:44 am)
Re: Scaling Max IP address limitation, David Jones, (Mon Jun 25, 10:26 am)