Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-14 Thread via GitHub
brianmolinaspring commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1944178315 hi @aldettinger thanks for your ![1](https://github.com/apache/camel-quarkus/assets/100229126/a0b40c29-bfbe-4ff3-8ad7-30512d1c441e)

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-14 Thread via GitHub
aldettinger commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1943792111 Hi @brianmolinaspring, Many thanks for contributing to Camel Quarkus :+1: Trying to summarize there is a microservice implemented with camel-quarkus 3.7.1 that

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-13 Thread via GitHub
jamesnetherton commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1942347878 > @jamesnetherton how are you ? have you done any tests I'm good thanks. Sorry, I've had no time to do any real analysis. Maybe @aldettinger has some

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-13 Thread via GitHub
brianmolinaspring commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1942241486 @jamesnetherton how are you ? have you done any tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-12 Thread via GitHub
jamesnetherton commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1939154504 We can investigate. But I'm not sure if profiling in dev mode is particularly meaningful: https://quarkus.io/guides/dev-mode-differences If you want to do

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-12 Thread via GitHub
brianmolinaspring commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1939080994 @jamesnetherton yes in dev Mode using mvn quarkus:dev . I made a comparison with an ms in pure Quarkus and this does not present that memory increase problem,

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-11 Thread via GitHub
jamesnetherton commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1938192786 Are you profiling the application in dev mode (E.g `mvn quarkus:dev`)? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-11 Thread via GitHub
brianmolinaspring commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1937840126 hi @jamesnetherton add the details 3.7.1 ${quarkus.platform.version} io.quarkus.platform quarkus-bom

Re: [I] memory increase in camel quarkus [camel-quarkus]

2024-02-10 Thread via GitHub
jamesnetherton commented on issue #5743: URL: https://github.com/apache/camel-quarkus/issues/5743#issuecomment-1936922982 > a microservice made in Quarkus Camel Please can you provide some more details? - Which version of Quarkus is used? - Which extensions do you use? -