-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deb: Install MythTV specific sysctl.conf file
Increases the max allowed socket buffering. See http://code.mythtv.org/trac/ticket/10414 for more context.
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters