cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS out of memory errors

Former Member
0 Kudos

I'm using NWDS 7.0 SP18. When working in the DTR view, I eventually get out of memory errors. Is there a way to increase the JVM size as with regular Eclipse? (I am assuming that is the problem). If that's not it, what could it be? I have 2GB of RAM and my page file is 4GB.

Thanks!

Dan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You could create a shortcut to the Eclipse executable and add VM args to set the heap size


-vmargs -Xmx1024M

Armin

Former Member
0 Kudos

I tried that and got an error stating that I shortcut vmargs are ignored, but I can edit the vm.parameters file in my eclipse home directory. I found it here:

C:\Program Files\SAP\IDE\IDE70\eclipse

I bumped it up to 1024. I'm waiting to see if it resolves the problem.

Thanks

Former Member
0 Kudos

That should also do the job. I use mostly 7.1 development versions and there you can create shortcuts with -vmargs parameter.

Armin

Answers (0)