moremind commented on code in PR #4164: URL: https://github.com/apache/shenyu/pull/4164#discussion_r1016132396
########## shenyu-bootstrap/src/main/resources/application.yml: ########## @@ -68,7 +68,8 @@ management: shenyu: matchCache: - enabled: false + selectorEnabled: false + ruleEnabled: true Review Comment: maxFreeMemory means JVM can use available memory. if the memory summary is 512MB, and maxFreeMemory is 256MB, then the selector and rule cache can use 256MB. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
