shihuncl commented on issue #11904:
URL: https://github.com/apache/apisix/issues/11904#issuecomment-2582651890

   values.yaml文件中添加配置
       customLuaSharedDicts: 
         - name: prometheus-metrics
           size: 50m
   然后执行helm upgrade apisix-rebuild -n apisix ./apisix-using 命令
   如下报错2025/01/10 20:06:58 [emerg] 1#1: the size 52428800 of shared memory zone 
"prometheus-metrics" conflicts with already declared size 10485760 in 
/usr/local/apisix/conf/nginx.conf:96
   nginx: [emerg] the size 52428800 of shared memory zone "prometheus-metrics" 
conflicts with already declared size 10485760 in 
/usr/local/apisix/conf/nginx.conf:96
   
   configMap没有指定prometheus-metrics值的大小,还有哪里指定了呢?我该怎么去修改这个配置的大小?


-- 
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]

Reply via email to