Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Raise min local_port_range again (bnc#922931)
Browse files Browse the repository at this point in the history
The previous minimum was not enough, as mongodb (used by ceilometer) binds to
27017.

https://bugzilla.suse.com/show_bug.cgi?id=922931
  • Loading branch information
rhafer committed Mar 18, 2015
1 parent af0f451 commit b95b3a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@

# -- tuning -- #
# Increase system IP port range to allow for more concurrent connections
net.ipv4.ip_local_port_range = 24576 65000
net.ipv4.ip_local_port_range = 27018 65000

#- from https://fasterdata.es.net/host-tuning/linux/
# allow testing with buffers up to 128MB
Expand Down

0 comments on commit b95b3a9

Please sign in to comment.