You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/01/11 03:34:32 UTC

cvs commit: modperl-docs/src/docs/1.0/api/Apache SizeLimit.pod

stas        2003/01/10 18:34:32

  Modified:    src/docs/1.0/api/Apache SizeLimit.pod
  Log:
  use the direct link to the Sharing Memory section
  Submitted by:	Perrin Harkins <pe...@elem.com>
  
  Revision  Changes    Path
  1.4       +2 -5      modperl-docs/src/docs/1.0/api/Apache/SizeLimit.pod
  
  Index: SizeLimit.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/SizeLimit.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SizeLimit.pod	12 May 2002 05:41:21 -0000	1.3
  +++ SizeLimit.pod	11 Jan 2003 02:34:32 -0000	1.4
  @@ -80,11 +80,8 @@
   In addition to simply checking the total size of a process, this
   module can factor in how much of the memory used by the process is
   actually being shared by copy-on-write.  If you don't understand how
  -memory is shared in this way, take a look at the L<mod_perl
  -Guide|docs::1.0::guide::index>.
  -
  -
  -META: change link when site is live.
  +memory is shared in this way, take a look at the L<Sharing
  +Memory|docs::1.0::guide::performance/Sharing_Memory> section.
   
   You can take advantage of the shared memory information by setting a
   minimum shared size and/or a maximum unshared size.  Experience on one
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org