need help about maven problem in the IntelliJ Idea.
I open the exiting maven projects, but i find IDEA can not recognize these projects are Maven projects.
I click "reimport all maven projects", and find the error: "17:27:17 Unable to import maven project: See logs for details"
Then I read the log and find error:
2015-10-21 17:27:16,608 [ 725522] ERROR - #org.jetbrains.idea.maven - IntelliJ IDEA 14.1.4 Build #IU-141.1532.4
2015-10-21 17:27:16,609 [ 725523] ERROR - #org.jetbrains.idea.maven - JDK: 1.7.0_45
2015-10-21 17:27:16,609 [ 725523] ERROR - #org.jetbrains.idea.maven - VM: Java HotSpot(TM) 64-Bit Server VM
2015-10-21 17:27:16,609 [ 725523] ERROR - #org.jetbrains.idea.maven - Vendor: Oracle Corporation
2015-10-21 17:27:16,609 [ 725523] ERROR - #org.jetbrains.idea.maven - OS: Windows 7
2015-10-21 17:27:16,609 [ 725523] ERROR - #org.jetbrains.idea.maven - Last Action: Maven.Reimport
2015-10-21 17:27:16,621 [ 725535] ERROR - #org.jetbrains.idea.maven - java.lang.OutOfMemoryError: Java heap space
java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
Plz help me, tks.