The TempfileManager is used in the CachedOutputStream.java[1]. If you can provide your route, we can see if disable the stream cache[2] have any side effects on your route.
[1]https://github.com/apache/camel/blob/master/core/camel-support/src/main/java/org/apache/camel/converter/stream/CachedOutputStream.java [2]https://camel.apache.org/manual/latest/stream-caching.html Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Oct 7, 2019 at 7:34 PM arshid <[email protected]> wrote: > > > > Hi all, > > > > I am reading a csv file around 300 gb and then splitting it and parsing it to > json and sending it to rest api using http4 provider. > > The problem whenever I use http4 provider it creates lots of objects of type > TempfileManager. Which results in slow down after running for few hours. > > I have attached the screenshot of jvisualvm > > > > Can anyone help me understand in what is happening > > > > > > > > Sent from Mail for Windows 10 > >
