IDE Issues and Resolution

1. Why IntelliJ IDEA latest versions are so slow to start up?

    Edit the idea.vmoptions / idea64.exe.vmoptions file in the Intellij Idea Installation/bin folder
    On Mac, the file is usually found in /Contents/bin folder
    On Windows, the file is usually found in /bin folder

    Edit the Max Heap setting to a value of around 800m:
    
    -Xmx800m or -Xmx750m

    From my experience, I can say that setting this value to a high value like 2048 or 4096 slows down your computer as it allocates the value given to Intellij and does not allow any other process in the system from using it.

Comments

Popular Posts

Golang gRPC Microservice

Dropwizard MySQL Integration Tutorial

Asynchronous Processing (@Async) in Spring Boot