Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2010 10:42:12 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 185774 for review
Message-ID:  <201011141042.oAEAgCTJ018748@skunkworks.freebsd.org>

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

Change 185774 by trasz@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.



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