Hi,
I’m currently running wiremock 3.9.1 in a container with following options
local-response-templating, no-request-journal, disable-request-logging but it keeps crashing oom.
Is there anything else I can do to stop this?
Peter
t
Tom
10/14/2024, 3:40 PM
Does the container have enough memory to support the Java heap?
Sometimes if this is too low and the JVM tries to expand the heap beyond what’s available it’ll crash the process IIRC.