on 2004 Oct 21 1:58 PM
Hello SAPfans!
I am trying to use my newly installed webAS 6.40. When I deploy a simple webdynpro application, the server takes a while then reports that it has ran out of memory!
The stacktrace only contains of "java.lang.OutOfMemoryError".
Please advise.
Best regards, Peter
Request clarification before answering.
how much physical memory do you have on the machine. It needs at least 512MB. If you do have that please increase the vm memory settings using the config tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
take a look at note 723909, there are some important vm-parameters for an EP-installation.
I use (without any problems with 1,5GB RAM):
-Xms170m
-Xmx170m
-XX:NewSize=128m
-XX:MaxNewSize=128m
-XX:PermSize=192m
-XX:MaxPermSize=192m
kr, achim
to edit them, start the configtool in <install-dir>/configtool/
with 4GB ram you can use much higher values, of course
Message was edited by: Achim Hauck
if you use the java VM from sun, surf to http://java.sun.com/docs/hotspot/VMOptions.html
but I don't recommend to set any of these parameters other than SAP tells you...
kr, achim
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.