Hide Forgot
Date of First Response: 2009-11-23 10:54:02 project_key: SOA With SOA v5 the server/<profile>/run.conf is missing from all profiles. Also the part of bin/run.sh script that handles these "per-profile" run configurations is missing. That causes that there is only one run.conf (in bin directory) present in the whole platform and it is shared by all profiles.
One performance impact is that the memory allocations are the same for production and default - and less for performance than in 4.3
Link: Added: This issue is related to JBPAPP-3139
use this patch (just unzip and overwrite all). It overwrite bin/run.sh and add run.conf (with -Xmx1053m) into server/production directory.
Attachment: Added: patch.zip
created a patch for standalone version just to get the work done complete
Attachment: Added: patch-standalone.zip
max heap is set 1503m not 1053m (this was a typo)
Fixed in revision 4452 of: build-tools/builders/eap/resource/run.bat build-tools/builders/eap/resource/run.sh Commit message: SOA-1642 Read server/<profile>/run.conf (or server/<profile>/run.conf.bat).
Link: Added: This issue related SOA-1705
Verified in ER5