cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Commerce 2105 importing into eclipse

0 Likes
736

Its showing java heap space error while importing SAP Commerce 2105 into eclipse.

I have already increased the heap space in eclipse.ini file to 2048 and then to 4096, but still facing the same issue.

Any solution for this. or do we need to try any other IDE.

Accepted Solutions (0)

Answers (2)

Answers (2)

samuelyang
Product and Topic Expert
Product and Topic Expert
0 Likes

So yes it depends on the system RAM size and especially how much free RAM is still available for the JVM process, if you only have 8GB RAM, then you might want to shutdown any heavy processes like the local Commerce server process to make room for the IDE to load the extensions.

samuelyang
Product and Topic Expert
Product and Topic Expert
0 Likes

It depends on how many extensions are you trying to import into eclipse, but generally you can try Intellij IDEA, much better than eclipse. Plugin also available for Intellij.

0 Likes

Regarding extensions, I am doing a general setup(recipe installation). So having the defaults extensions, as not using the B2B extensions so commented all B2B extensions.

Regarding Intellij IDEA still causing the same issues, allready increased the Intellij heap memory as well.

One more question is Do this depends on System RAM size??

Having 8GB RAM.

Thanks for the reply samuel.yang .