Skip to content
Advertisement

The intellij idea takes up a lot of Ram [closed]

The intellij idea takes up a lot of RAM, is there a way we can reduce the program size?

Advertisement

Answer

go to C:Users{yourName}AppDataRoamingJetBrainsIntelliJIdea2022.1 (your version)

edit idea64.exe.vmoptions

-Xmx2015m -> -Xmx1024m (maximum memory)
Advertisement