Re: Camel Spring Boot Project in Intellij IDEA and super slow IDE performance

2021-10-22 Thread Otavio Rodolfo Piske
Hello, I have been using IntelliJ with Camel Core and other projects for some time now. It's usually easier to load just the specific module you are working on. However, if you really want to load the entire project ... I can share my IntelliJ settings, the workflow I use and what has been the

Re: Camel Spring Boot Project in Intellij IDEA and super slow IDE performance

2021-10-13 Thread Claus Ibsen
Hi You dont load the entire project. I launch IDEA from terminal with idea . Or idea pom.xml For the latter, IDEA opens only what I need to work on. For SB then it can be the core folder to work on all core modules, or for a starter you can open only the one you need. Though I have a

Re: Camel Spring Boot Project in Intellij IDEA and super slow IDE performance

2021-10-13 Thread ski n
Hi Steve, I think you are right, the issue is probably not memory/CPU related. For example, I work every day with IntelliJ (Camel/Spring projects) and haven't experienced the same issue (My IntelliJ has around 1,5 G memory and starts in 15 seconds). You probably need to check the version of

Camel Spring Boot Project in Intellij IDEA and super slow IDE performance

2021-10-13 Thread Steve973
Do many of you use Intellij IDEA for working on camel-spring-boot? It takes about 5 minutes for my IDE to load with this project active, and my machine is far from slow. What do you all recommend? I have the memory set to a maximum of 6G, so I don't think it's a matter of the memory. Thanks,