PERFORCE change 182010 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Aug 7 11:03:25 UTC 2010


http://p4web.freebsd.org/@@182010?ac=10

Change 182010 by trasz at trasz_victim on 2010/08/07 11:03:10

	Make sure to not forget about P_SYSTEM issue.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/TODO#20 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/TODO#20 (text+ko) ====

@@ -37,6 +37,14 @@
  - per-jail containers
  - per-jail resource limits
 
+Issues:
+
+ - Don't account resources for system processes.  It's not as easy as checking
+   for P_SYSTEM flag, as the flag will be set for AIO kernel processes.
+
+   Also, try to figure out what's going on with 'intr' p_flag - checking for P_SYSTEM
+   didn't really work for that process.
+
 HRL-specific issues:
 
  - Bring back per-group limits.


More information about the p4-projects mailing list