Hi, I’m currently running wiremock 3.9.1 in a co...
# help
p
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
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.