Quantcast
Channel: The Big IBM i Blog – Nick Litten [IBM i AS400 iSeries] Software Developer
Viewing all articles
Browse latest Browse all 505

Tweaking WDSC7 to run faster

$
0
0
wdsc is the ibm code editor

WDSC7 is the coolest (free) editor for RPG/CL programmers on the IBM i operating system. We know that right? But it's still annoyingly clunky to use at times, Unless you free it up to use some more memory and let it run free... like a gazelle... even if its a little bit of a parky gazelle...

Increase WDSC memory allocation is as simple as this: Edit the configuration file at C:\Program Files\IBM\SDP70\eclipse.ini and increase the XX:MaxPermSize in eclipse.ini from 512M to something bigger... 1024M? 1512M? 2048M? I use 1512M and it works great so make your INI file look like this:

-vm

C:\Program Files\IBM\SDP70\jdk\jre\bin\javaw.exe

-vmargs

-Xquickstart

-Xms40m

-Xmx768m

-Xgcpolicy:gencon

-Xscmx96m

-Xshareclasses:singleJVM,keep

-Xnolinenumbers

-XX:MaxPermSize=1512M

 


Viewing all articles
Browse latest Browse all 505

Trending Articles