moremind commented on code in PR #4164: URL: https://github.com/apache/shenyu/pull/4164#discussion_r1016148501
########## shenyu-bootstrap/src/main/resources/application.yml: ########## @@ -68,7 +68,8 @@ management: shenyu: matchCache: - enabled: false + selectorEnabled: false + ruleEnabled: true Review Comment: selector give JVM selectorMaxFreeMemory, rule gives too? then the final maxFreeMemory = selectorMaxFreeMemory + ruleMaxFreeMemory. -- 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]
