Forum Discussion

Michael_Heinze's avatar
Michael_Heinze
Contributor
15 years ago

huge memory consumption in test project

hello,

we have a few test projects that sometimes make soapui exit with an out of memory error. so we increased the memory up to 1.6 GB in the vmoptions but still we get out of memory exceptions.
windows 7 system has 4 gb of ram, java x64 and soapui x64 version 3.0.2

we think that this memory consumption is extremely high.

please check this on the project sent in an email to support.

regards,
Chris

2 Replies

  • having checked a few possibilities now on yesterdays nightly build:
    set the xmx to 2000 in x64 environment, but still on some of our projects we are hitting the memory exception.
    set the xmx to 1536 in x32 environment. this works better, but still hitting the memory exception.

    in general the 32bit version needs way less memory, but can only address 1536 mb of memory.

    the problem is that we get a lot of results with multiple result sets which then need to be parsed where a typical response is 100kb +

    is there a possibility to change the parsers (implement current version, use other parsers,...) and if how can we do that?

    regards,
    Chris