PERFORCE change 185774 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Nov 14 10:42:12 UTC 2010


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

Change 185774 by trasz at trasz_victim on 2010/11/14 10:41:14

	Update TODO.

Affected files ...

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

Differences ...

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

@@ -13,13 +13,13 @@
  - swap usage (RUSAGE_SWAP), in megabytes
  - amount of memory consumed by socket buffers (RUSAGE_SBSIZE), in megabytes
  - number of kernel-visible threads (RUSAGE_NTHR)
+ - wallclock time (RUSAGE_WALLCLOCK)
+ - %cpu time (RUSAGE_PCTCPU)
 
 Limits to do:
 
 Milestone 2:
 
- - number of vnodes (RUSAGE_NVNODE)
- - number of sockets (RUSAGE_NSOCK)
  - number of queued SysV messages (RUSAGE_MSGQQUEUED)
  - SysV message queue size, in megabytes (RUSAGE_MSGQSIZE)
  - number of SysV queues (RUSAGE_NMSGQ)
@@ -81,6 +81,9 @@
    of file descriptors.  This shouldn't be a problem, but might be worth remembering
    about.
 
+ - We should have a limit for the number of files that were mmapped and then closed,
+   and remain mapped in memory.
+
 HRL-specific issues:
 
  - Bring back per-group limits.


More information about the p4-projects mailing list