AlinsRan commented on code in PR #12179: URL: https://github.com/apache/apisix/pull/12179#discussion_r2067882423
########## conf/config.yaml.example: ########## @@ -165,6 +165,7 @@ nginx_config: # Config for render the template to generate n meta: lua_shared_dict: # Nginx Lua shared memory zone. Size units are m or k. prometheus-metrics: 15m + standalone-config: 10m Review Comment: > but turning on both subsystems at the same time and updating the stream route configuration via the Admin API should be allowed. Because different subsystems cannot use the same shared memory. I think you can add some test cases for this. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org