You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by au...@apache.org on 2006/07/11 15:44:27 UTC

svn commit: r420845 - /perl/Apache-SizeLimit/trunk/README

Author: autarch
Date: Tue Jul 11 06:44:27 2006
New Revision: 420845

URL: http://svn.apache.org/viewvc?rev=420845&view=rev
Log:
Update README with pod2text

Modified:
    perl/Apache-SizeLimit/trunk/README

Modified: perl/Apache-SizeLimit/trunk/README
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/README?rev=420845&r1=420844&r2=420845&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/README (original)
+++ perl/Apache-SizeLimit/trunk/README Tue Jul 11 06:44:27 2006
@@ -224,6 +224,10 @@
     pretty efficient (a lot more efficient than reading it from the /proc fs
     anyway).
 
+    According to recent tests on OSX (July, 2006), "BSD::Resource" simply
+    reports zero for process and shared size on that platform, so OSX is not
+    supported by "Apache::SizeLimit".
+
   AIX?
     Uses "BSD::Resource::getrusage()" to determine process size. Not sure if
     the shared memory calculations will work or not. AIX users?