Sriram83 wrote:
>
> Hi,
>
> I have the below requirement:
>
> Service Engine --> Sends requests to multiple endpoints --> aggregates the
> responses from different endpoints
>
> We implemented this by creating a service engine by over-riding Provider
> endpoint. We followed the same approach as given in the Loan broker
> example.
>
> The problem we are facing is that, for multiple requests, the heap memory
> increases until it reaches the maximum memory.
>
> I have attached the source file as well.
>
> Please help us, as this is creating huge issues in our environment.
>
> Thanks,
> Sriram
> http://www.nabble.com/file/p19770192/MultiCastAggregator.txt
> MultiCastAggregator.txt
>
Try going through GC information from this web:
http://www.javapassion.com/javaperformance/#Garbage_Collection_GC_Schemes
There is coding session in this also which should clear String usage
Cheers
Jawed
--
View this message in context:
http://www.nabble.com/URGENT%3A-Servicemix-Memory-related-problem-tp19770192p19803105.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.