blob: e26eecc2222b93477b6af123e654e6b29706c90c [file] [log] [blame]
carlosmscabralf40ecd12013-02-01 18:15:58 -02001# Mininet: Increase open file limit
2fs.file-max = 100000
3
4# Mininet: increase network buffer space
5net.core.wmem_max = 16777216
6net.core.rmem_max = 16777216
7net.ipv4.tcp_rmem = 10240 87380 16777216
8net.ipv4.tcp_rmem = 10240 87380 16777216
9net.core.netdev_max_backlog = 5000
10
11# Mininet: increase arp cache size
12net.ipv4.neigh.default.gc_thresh1 = 4096
13net.ipv4.neigh.default.gc_thresh2 = 8192
14net.ipv4.neigh.default.gc_thresh3 = 16384
15
16# Mininet: increase routing table size
17net.ipv4.route.max_size=32768