citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 46 forks source link

Prevent out of memory #20

Closed svettwer closed 1 year ago

svettwer commented 6 years ago

As a simulator user, I want the simulator to not run into a out of memory on heavy load, so that I can use a deployed simulator instance for a long period of time without redeployment.

As reported in https://github.com/citrusframework/citrus/issues/447, the simulator runs out of memory under heavy load. This is because the results of every request/response is stored in memory that's why it will run out of memory.

bbortt commented 1 year ago

I think, now that I've moved the TestResult and its parameters into the database, this is no longer valid.