Hi,all As written on the User Guide, I set dehydration parameters at ode-axis2.properties.
ode-axis2.process.dehydration=true ode-axis2.process.dehydration.maximum.age=600000 ode-axis2.process.dehydration.maximum.count=50 I started ode-1.3.3(on tomcat) with "-Xmx512m", and continued to deploy processes without running any bpel processes. So, there were no process instances, but when I deployed about 580 processes, OutOfMemoryError was occured. I confirmed dehydration parameters were set to CoutLRUDehydrationPolicy, but does ODE need so much heap memory to only manage dehydrated processes? Is dehydration of ode-1.3.3 working correctly? Are there any memory-leak about it? //Chang
