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 100% for a while to load

2.  The splash pages in "Start" & "Projects" take a long time to load

3.  Clicking between APIs - I have to wait 5 secs + for the API to load up

4.  MAJOR:  IF I use Extended Desktop - SoapUI Freezes completely after a short time of use and I have to kill the process

 

Right now - with nothing open I can use ReadyAPI but it's doing the 5 sec load per API which always peaks the CPU to 100 and takes time to wind down back to 0.

 

Laptop Specs:  HP EliteBook...Win 7 w/ SP 1; 8 Gigs; i5 4300U @ 1.90GHz 2.50GHz

 

If I use (Which I have no choice to) SoapUI Pro 5.1.2-m SNAPSHOT, it works fine ... 

 

Troubleshooting Performed:

  1. I've tried the vmoption tweaks
  2. Uninstall / Re-Install
  3. Kill all Java installs and install latest

 

I did actually report this a short time ago - but this needs to be clearly identified.

https://community.smartbear.com/t5/SoapUI-NG/SOAP-UI-NG-Hangs-on-selecting-request/m-p/107254#M24881

  • 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

6 Replies

  • 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

    • nmrao's avatar
      nmrao
      Champion Level 3

      You mean to say 64 bit (instead of 16 bit)?

    • rlong98's avatar
      rlong98
      Contributor

      I'll have to say it's gotten "Some" better which is great now that they just e-mailed about Ending SoapUI.

       

      Thank you