We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f808b96 commit f0222a0Copy full SHA for f0222a0
contribute/setup-ide.md
@@ -36,7 +36,13 @@ Some configuration in the Maven build is conditional based on the JDK version. I
36
1. Set "Production sources directory:" to "generated-sources".
37
2. Set "Test sources directory:" to "generated-test-sources".
38
4. Click **OK**.
39
-5. Install the lombok plugin in intelliJ.
+5. Enable the lombok plugin in intelliJ.
40
+
41
+### Configure VM options for compiler process to avoid StackOverflowError with Lombok
42
43
+1. Open Compiler Settings. Click **Settings** → **Build, Execution, Deployment** → **Compiler**
44
+2. Under **Build Process**, set **Shared VM options** to `-Xss1500k`
45
+3. Click **OK**.
46
47
### Configure code style
48
0 commit comments