PERFORCE change 102839 for review

Chris Jones cdjones at FreeBSD.org
Mon Jul 31 09:24:21 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102839

Change 102839 by cdjones at cdjones-impulse on 2006/07/31 09:24:11

	Now correctly identifies memory over-commit and tries to take action (leading to kernel panic, which is tomorrow's work).  This actually was in changeset #102838, which was supposed to only be about usr.sbin/jail/jail.c.  Alas, momentary incaution.

Affected files ...

.. //depot/projects/soc2006/cdjones_jail/src/sys/kern/kern_jail.c#17 edit

Differences ...

==== //depot/projects/soc2006/cdjones_jail/src/sys/kern/kern_jail.c#17 (text+ko) ====

@@ -215,7 +215,7 @@
     
     /* TODO --- make interval into a sysctl. */
     printf("jpager_td sleeping\n");
-    tsleep(pr, 0, "-", 5 * hz); 
+    tsleep(pr, 0, "-", 3 * hz); 
   }
 
   printf("Exiting jpager_td\n");


More information about the p4-projects mailing list