Closed
Bug 716940
Opened 13 years ago
Closed 13 years ago
increase ephemeral port range on BrowserID webheads and load generation machines
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhilaiel, Assigned: petef)
Details
(Whiteboard: [qa?])
during local load testing, I've hit a wall introduced by the default ephemeral port range in linux. Once all ephemeral ports are consumed, connect returns EADDRNOTAVAIL.
Webheads do application level request forwarding, and soon will perform outbound requests to proxy servers. Client machines generate load. Both of these classes of machines should be tweaked to have the widest port range possible to support more simultaneous connections.
currently on webheads the range is 30kish:
$ cat /proc/sys/net/ipv4/ip_local_port_range
32768 61000
I suggest something like
# echo "1024 6100" > /proc/sys/net/ipv4/ip_local_port_range
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → petef
| Reporter | ||
Comment 1•13 years ago
|
||
I *meant* `echo "1024 61000"`
Comment 2•13 years ago
|
||
I'd go right to 65535 as the high end.
Updated•13 years ago
|
Whiteboard: [qa?]
Comment 4•13 years ago
|
||
closiing this ticket down, it's stale.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•