Arpit Rege
01/13/2025, 4:42 PMLee Turner
01/15/2025, 3:47 PMArpit Rege
01/15/2025, 3:55 PM--global-response-templating --verbose --async-response-enabled=true --no-request-journal
anything else i should be adding to reduce the utilisations?Lee Turner
01/16/2025, 11:11 AM--max-template-cache-entries
in older versions of WireMock this defaulted to unlimited cache entries if it wasn't specified. We did update this to have a default value of 1000
but it might be worth specifying a value anyway if your response templates are large or complex ?Lee Turner
01/16/2025, 11:13 AM--max-template-cache-entries: Set the maximum number of compiled template fragments to cache. Only has any effect when response templating is enabled. As of WireMock 3.7.0, this defaults to 1000 cache entries. Before WireMock 3.7.0 the default was unlimited.
Lee Turner
01/16/2025, 11:13 AM--disable-request-logging: Prevent requests and responses from being sent to the notifier. Use this when performance testing as it will save memory and CPU even when info/verbose logging is not enabled.
Arpit Rege
01/16/2025, 11:23 AM