PERFORCE change 188782 for review
Edward Tomasz Napierala
trasz at FreeBSD.org
Sun Feb 13 14:09:31 UTC 2011
http://p4web.freebsd.org/@@188782?ac=10
Change 188782 by trasz at trasz_victim on 2011/02/13 14:08:29
Comment out debug message.
Affected files ...
.. //depot/projects/soc2009/trasz_limits/sys/vm/vm_pageout.c#31 edit
Differences ...
==== //depot/projects/soc2009/trasz_limits/sys/vm/vm_pageout.c#31 (text+ko) ====
@@ -1749,12 +1749,12 @@
PROC_UNLOCK(p);
if (rsize > ravailable)
tryagain = 1;
+#if 0
if (attempts == 10) {
-#if 1
printf("still too much: pid %d (%s), rsize = %ju, ravailable = %ju\n",
p->p_pid, p->p_comm, (uintmax_t)rsize, (uintmax_t)ravailable);
+ }
#endif
- }
}
vmspace_free(vm);
}
More information about the p4-projects
mailing list