svn commit: r297586 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Tue Apr 5 16:07:00 UTC 2016


Author: pho
Date: Tue Apr  5 16:06:58 2016
New Revision: 297586
URL: https://svnweb.freebsd.org/changeset/base/297586

Log:
  Added new finding: OOM.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  user/pho/stress2/misc/sendfile7.sh

Modified: user/pho/stress2/misc/sendfile7.sh
==============================================================================
--- user/pho/stress2/misc/sendfile7.sh	Tue Apr  5 14:41:34 2016	(r297585)
+++ user/pho/stress2/misc/sendfile7.sh	Tue Apr  5 16:06:58 2016	(r297586)
@@ -31,6 +31,9 @@
 # Run sendfile5.sh with VM pressure added.
 # "panic: vm_page_requeue: page 0xc47fdcc0 is not queued" seen.
 
+# OOM seen:
+# https://people.freebsd.org/~pho/stress/log/sendfile7.txt
+
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
 ./sendfile5.sh &


More information about the svn-src-user mailing list