ReleaseEngineering/PuppetAgain/Modules/tweaks: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
This is a fix for [https://bugzilla.mozilla.org/show_bug.cgi?id=568035 bug 568035] on linux, where permissions on /dev/ptmx got mixed up.
This is a fix for [https://bugzilla.mozilla.org/show_bug.cgi?id=568035 bug 568035] on linux, where permissions on /dev/ptmx got mixed up.


== tweaks::::nofile ==
== tweaks::nofile ==
There is a fix for [https://bugzilla.mozilla.org/show_bug.cgi?id=733537 bug 733537] on linux to set the maximimum file descriptor count to 4096 for b2g requirements.
There is a fix for [https://bugzilla.mozilla.org/show_bug.cgi?id=733537 bug 733537] on linux to set the maximimum file descriptor count to 4096 for b2g requirements.

Revision as of 20:31, 2 August 2012

This module is the dumping-ground for little (emphasis added) changes that don't deserve a class of their own.

tweaks::dev-ptmx

This is a fix for bug 568035 on linux, where permissions on /dev/ptmx got mixed up.

tweaks::nofile

There is a fix for bug 733537 on linux to set the maximimum file descriptor count to 4096 for b2g requirements.