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 f408c6e commit 174c314Copy full SHA for 174c314
CONTRIBUTING.adoc
@@ -201,6 +201,11 @@ need to import the root `spring-boot` pom and the `spring-boot-samples` pom sepa
201
202
203
=== Importing into IntelliJ IDEA
204
+The separate Maven import process that IntelliJ IDEA uses to parse a project structure
205
+requires more memory. Before importing the project, we recommend increasing the memory
206
+allocation in `Preferences | Build, Execution, Deployment | Build Tools | Maven |
207
+Importing`. Set the `VM options for importer` option to `-Xmx2g`.
208
+
209
To open the project in IntelliJ IDEA, select "`File`" -> "`Open`" and then click on the
210
root `pom.xml`.
211
0 commit comments