[
https://issues.apache.org/jira/browse/ODE-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878608#action_12878608
]
Julia Chang commented on ODE-836:
---------------------------------
default value of "process.hydration.lazy" is set as "true", but
default return value of
org.apache.ode.bpel.engine.BpelServerImpl#isLazyHydratable is "false".
So, all processes are deployed as hydrated.
Inequality sign of this is NOT correct?
>return process.getEstimatedHydratedSize() < _hydrationLazyMinimumSize;
> OutOfMemoryError has occured if many processes are deployed.
> ------------------------------------------------------------
>
> Key: ODE-836
> URL: https://issues.apache.org/jira/browse/ODE-836
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Affects Versions: 1.3.3
> Environment: ODE-1.3.3+Tomcat
> Reporter: Julia Chang
> Attachments: ThreadDump(314).txt
>
>
> Though dehydration is enabled,and there are no process-instances,
> if many processes are deployed, OutOfMemoryError has occured.
> You can see the mail:
> http://mail-archives.apache.org/mod_mbox/ode-user/201005.mbox/%[email protected]%3e
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.