[maemo-commits] [maemo-commits] r14735 - in projects/haf/tags/osso-af-startup/1.47-1fix2: debian top-scripts

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Nov 8 09:36:03 EET 2007
Author: kihamala
Date: 2007-11-08 09:36:02 +0200 (Thu, 08 Nov 2007)
New Revision: 14735

Modified:
   projects/haf/tags/osso-af-startup/1.47-1fix2/debian/changelog
   projects/haf/tags/osso-af-startup/1.47-1fix2/top-scripts/af-services
Log:
increased the pty limit


Modified: projects/haf/tags/osso-af-startup/1.47-1fix2/debian/changelog
===================================================================
--- projects/haf/tags/osso-af-startup/1.47-1fix2/debian/changelog	2007-11-08 07:31:33 UTC (rev 14734)
+++ projects/haf/tags/osso-af-startup/1.47-1fix2/debian/changelog	2007-11-08 07:36:02 UTC (rev 14735)
@@ -1,3 +1,9 @@
+osso-af-startup (1.47-1fix2) unstable; urgency=low
+
+  * Raised the pty limit from 4 to 16. Fixes: NB#71003
+
+ -- Kimmo H <kimmo.hamalainen at nokia.com>  Thu,  8 Nov 2007 09:34:31 +0200
+
 osso-af-startup (1.47-1fix) unstable; urgency=low
 
   * Fixed the osso-product-info code to handle multiple simultaneous users.

Modified: projects/haf/tags/osso-af-startup/1.47-1fix2/top-scripts/af-services
===================================================================
--- projects/haf/tags/osso-af-startup/1.47-1fix2/top-scripts/af-services	2007-11-08 07:31:33 UTC (rev 14734)
+++ projects/haf/tags/osso-af-startup/1.47-1fix2/top-scripts/af-services	2007-11-08 07:36:02 UTC (rev 14735)
@@ -32,7 +32,7 @@
 echo 80 > /proc/sys/vm/lowmem_notify_low
 
 # adjust other kernel parameters to minimize memory consumption 
-echo 4 > /proc/sys/kernel/pty/max
+echo 16 > /proc/sys/kernel/pty/max
 echo 256 > /proc/sys/kernel/threads-max
 echo 4096 > /proc/sys/fs/file-max
 echo 1 > /proc/sys/vm/swappiness


More information about the maemo-commits mailing list