Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2011 14:09:30 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 188782 for review
Message-ID:  <201102131409.p1DE9U35064383@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@188782?ac=10

Change 188782 by trasz@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);
 		}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102131409.p1DE9U35064383>