Forum Discussion

rlong98's avatar
rlong98
Contributor
9 years ago
Solved

ReadyAPI CPU 100%

I know there are floating around topics about SoapUI / ReadAPI utilizing 100% of CPU but none of the topics specifically touch on the application issues i'm having.   1.  ReadyAPI iteslef maxes 1...
  • jbuttimer's avatar
    9 years ago

    Had the same problem.Do you have a 16 GB RAM machine? If so you will have to add an entry for the 16 GB RAM  machine. 

     

    Keep in mind that every time you install a new version of SoapUI you need to update this file because it gets written over. 

     

    Take a look at the vmoptions file. You may need to update it to this (change the path name and version if it is different):

     

    -Xms128m

    -Xmx16000m

    -Dsoapui.properties=soapui.properties

    -Dsoapui.home=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin

    -Dsoapui.ext.libraries=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin/ext

    -Dsoapui.ext.listeners=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin/listeners

    -Dsoapui.ext.actions=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin/actions

    -Dwsi.dir=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/wsi-test-tools

    -Dsoapui.jxbrowser.disable=true

    -Djava.library.path=C:\Program Files\SmartBear\ReadyAPI-1.4.0-m-SNAPSHOT/bin

    -Djava.util.Arrays.useLegacyMergeSort=true

    -Dsun.net.http.allowRestrictedHeaders=true

    -XX:MaxPermSize=128m