Skip to content
Advertisement

IntelliJ IDEA: StackOverflowError on Build Project

I am using the following IntelliJ.

JavaScript

I have been getting java.lang.StackOverflowError upon building the project.

Has anyone fallen into the same situation?

Build Message↓

JavaScript

Advertisement

Answer

Adding -Xss4m to the build process VM options should help:

vm options

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement