Forum Discussion

cliche2004's avatar
cliche2004
New Contributor
13 years ago

Soap ui Out of memory error

hi all,


i'm working on soap ui multiple request and execute the load test with 5 threads and half million runs and i got message pop up out of memory error on soap ui.

can anyone explain me

Thanks in advance for your help.

  • MRtai2's avatar
    MRtai2
    Occasional Contributor
    increase your memory settings maybe (soapui.bat file)

    set JAVA_OPTS=-Xms128m -Xmx1024m
  • cliche2004's avatar
    cliche2004
    New Contributor
    I am using soap UI Pro 4.0.0 version on windows xp 32 bit operating system which is having 3GB ram

    I already changed the soapui.bat to set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx1536m -Dsoapui.properties=soapui.properties
    before running the load tests.