Title: Add custom JVM properties Describe the issue: ==== Having made these entries, your Generic JVM arguments field is likely to contain the following entries: -XX:MaxPermSize=1536M -Djbpm.ut.jndi.lookup=jta/usertransaction -Dkie.services.jms.queues.response=KIE.RESPONSE.ALL -Dkie.services.rest.deploy.async=false -Dorg.jbpm.designer.perspective=RuleFlow ==== Perm size is not explained in the document. Anyway, having large MaxPermSize is important. Suggestions for improvement: Mention perm size in this section.
Toshiya - need some clarity on this. Are you asking us to say why the user needs to have the MaxPermSize entry and what the value of it should be, because the document already says what size it should be.
> Are you asking us to say why the user needs to have the MaxPermSize entry and what the value of it should be Yes. The instruction "6. You need to add the following arguments, separated by a space each: " talks about other properties but not about MaxPermSize. It looks a bit odd.
(In reply to Toshiya Kobayashi from comment #2) > > Are you asking us to say why the user needs to have the MaxPermSize entry and what the value of it should be > > Yes. The instruction "6. You need to add the following arguments, separated > by a space each: " talks about other properties but not about MaxPermSize. > It looks a bit odd. That is because the MaxPermSize is not really set by us and is not required for us to set (for installation of BPMS). It is a default value setup by Websphere itself.
Oh, sorry, if it's set by default, then no need to fix the doc. I'm closing this BZ. Thank you for clarification!