on 2010 Dec 27 7:40 AM
I have one problem in my present interface...
the message structure is large and when mappping is over and I click save button it will take long time for activation..
should I change any parameter in admin? or is it bcos of java web start version?
need help
- Teja
You can do by adjusting JNLP Heap size.
a. Open the Exchange profile through the link u201Cadministrationu201D from the web page of the Process Integration tools.
b. Under the folder u201CIntegration Builderu201D click on the variable u201Ccom.sap.aii.ib.clientjnlp.j2se.maxheapsizeu201D
c. Value = 1024
d. Save the change and restart the J2EE instance of PI so that the new value can take effect.
Also you can try with this
Go to "Enterprise Services Builder" link and right click. -> select "Save Traget as" -> save the repository.jnlp on desktop.
-> open with NOtepad -> search for "maxheapsize and increase its value to 1024 (1GB). (or even more if required eg 2GB)
it looks like
<j2se version="1.4+" initial-heap-size="32m" max-heap-size="512m" />
or
<property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="512m"/>
FOR max-heap-size = 1 GB change the above tag value as follows.
<j2se version="1.4+" initial-heap-size="32m" max-heap-size="1024m" />
or
<property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="1024m"/>
After making above change, restart ESR using the link saved on desktop.
[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5992] [original link is broken] [original link is broken] [original link is broken];
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Can you share the Version History of the Component?
Regards
Pothana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.