changeset 903:c7cb78c7f1a7

Add memory limit requirements (ulimit) for AIX to README-ppc.html
author simonis
date Tue, 19 Feb 2013 10:33:35 +0100
parents f31bb772c0e3
children 32c2df092b6c
files README-ppc.html
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README-ppc.html	Mon Jan 07 15:36:52 2013 +0100
+++ b/README-ppc.html	Tue Feb 19 10:33:35 2013 +0100
@@ -673,5 +673,17 @@
 installed.
 </p>
 
+<h4>Memory requirements</h4>
+
+<p>
+Our VM is currently optimized for server class loads. This means that besides
+the usual Java heap settings which are controlled trough command line options
+the user has to make sure the environment provides reasonable data segment and
+the stack size limits. We recommend setting the stack size limit to 4MB
+(e.g. call '<code>ulimit -s 4000</code>') and the data segment limit to 1GB
+(e.g. call '<code>ulimit -d 1000000</code>'). Higher limits should be OK (the
+current limits can be inspected with '<code>ulimit -a</code>').
+</p>
+
 </body>
 </html>