summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 16:15:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 16:15:52 +0000
commit00fd0905740528717bd99b4e4d42bcb27e0bb7e9 (patch)
tree5e9f4bdd705bb4e4fc4d87ad626a13e73c5e22cf /ACE-INSTALL.html
parent3f9eeb225c4c7e0ae7126d4ea3e5dd9fb5716611 (diff)
downloadATCD-00fd0905740528717bd99b4e4d42bcb27e0bb7e9.tar.gz
ChangeLogTag: Tue Jul 20 11:15:23 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 7f15b81ced0..f776bde2aef 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -284,7 +284,10 @@ make: *** [libACE.so] Error 8
If you run out of memory, it's easy to add virtual memory on
Linux. Please see the <code>mkswap</code> man page. You'll
- need around 256 to 300 MBs of swap space to compile ACE+TAO.<p>
+ need around 256 to 300 Mb of virtual memory (RAM + swap) to
+ compile all of ACE+TAO. The <a href="#resource_requirements">System
+ Resource Requirements section</a> has some suggestions on how
+ to reduce the memory requirement.<p>
The glibc 2.0 dynamic loader isn't thread safe. If you want to
use the Invocation API you'll have to set
@@ -1532,8 +1535,8 @@ in your PATH.<P>
The amount of system resources required to build ACE and TAO varies
greatly. Platform, build options, and components built primarily
influence the required system resources. As a rough guide, the
-typical peak memory requirement could be about 256 Mb (notably, for
-TAO's orbsvcs). An <strong>entire</strong> build of ACE and TAO
+typical peak memory requirement could be well over 256 Mb (notably,
+for TAO's orbsvcs). An <strong>entire</strong> build of ACE and TAO
can use well over 1300 Mb of disk space. It's usually not necessary
to build <strong>all</strong> of ACE and TAO, though.<p>