Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Parse java...' stuck in IntelliJ while Build Project

I am using IntelliJ Idea 2020.2 and I am trying to run big project but when click Build Project then it's getting stuck with Parsing java... (for smaller project it works perfectly). I can add that in IntelliJ Idea 2019.1.3 I can build this project in less than minute. Is there any solution for this problem?

like image 415
Michu93 Avatar asked Oct 16 '20 08:10

Michu93


1 Answers

You need to increase build heap size in "Settings/Preferences | Build, Execution, Deployment | Compiler".

like image 103
y.bedrov Avatar answered Nov 20 '22 12:11

y.bedrov