X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=71b4a7ede8c10ad38786c8857b30c1c76ab9376e;hb=b6512f489e761186d508cf0b8b7705805cfefc52;hp=a204e6a2b36dab31f8f34bc43c0a6b7e4f7a75cd;hpb=468f45d50549a232c40d65539180944d7cd0038b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/INSTALL b/INSTALL index a204e6a..71b4a7e 100644 --- a/INSTALL +++ b/INSTALL @@ -186,10 +186,10 @@ does not work with some C++ compilers. =head1 Space Requirements -The complete perl5 source tree takes up about 35 MB of disk space. -After completing make, it takes up roughly 50 MB, though the actual +The complete perl5 source tree takes up about 40 MB of disk space. +After completing make, it takes up roughly 60 MB, though the actual total is likely to be quite system-dependent. The installation -directories need something on the order of 30 MB, though again that +directories need something on the order of 35 MB, though again that value is system-dependent. =head1 Start with a Fresh Distribution @@ -1925,6 +1925,14 @@ things like: exec, `backquoted command`, system, open("|...") or open("...|"). All these mean that Perl is trying to run some external program. +=item Timing problems + +Several tests in the test suite check timing functions, such as sleep(), +and see if they return in a reasonable amount of time. If your system is +quite busy and doesn't return quickly enough, these tests might fail. +If possible, try running the tests again with the system under a +lighter load. + =item Out of memory On some systems, particularly those with smaller amounts of RAM, some