Skip to content

Commit

Permalink
deb: Install MythTV specific sysctl.conf file
Browse files Browse the repository at this point in the history
Increases the max allowed socket buffering.
See http://code.mythtv.org/trac/ticket/10414 for more context.
  • Loading branch information
superm1 committed Jul 25, 2012
1 parent b7d11f8 commit 5240276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deb/debian/30-mythtv-sysctl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Increase the max allowed socket buffer for MythTV.
# See http://code.mythtv.org/trac/ticket/10414 for more context
# Doesn't actually increase the default socket buffer so it shouldn't affect
# any other applications.
net.core.rmem_max=1048576
1 change: 1 addition & 0 deletions deb/debian/mythtv-common.install
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ debian/mythbuntu-crashdb.conf etc/apport/crashdb.conf.d
debian/source_mythtv.py usr/share/apport/package-hooks
debian/mythtv.png usr/share/pixmaps
debian/40-mythtv.conf etc/rsyslog.d
debian/30-mythtv-sysctl.conf etc/sysctl.d

0 comments on commit 5240276

Please sign in to comment.