Forum Discussion

triinum's avatar
triinum
Occasional Visitor
8 years ago
Solved

Mock service memory leakage using war

We run out of memory each time we are testing mock service with war files, how to disable logging when using .war files? We haven't been able to find "disable" button in deplyed war file. Currently the online solution we have is to click "clear" during the entire test execution... 

 

Thanks in advance!

  • What you mean by run out of memory - is disc running out of space? If that is the case, use of "memory leakage using war" is inappropriate.

    You may clarify otherwise.

    Logging is important and that allows you what is happening in the application.

    If you think log file are flooded, then change the logging level to INFO or ERROR so that, you can see the minimum log. In order to do this, check the soapui-log4j.xml file.

    By the way, can have the logs pruned as well either manual or automatic.

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    What you mean by run out of memory - is disc running out of space? If that is the case, use of "memory leakage using war" is inappropriate.

    You may clarify otherwise.

    Logging is important and that allows you what is happening in the application.

    If you think log file are flooded, then change the logging level to INFO or ERROR so that, you can see the minimum log. In order to do this, check the soapui-log4j.xml file.

    By the way, can have the logs pruned as well either manual or automatic.