shihuncl commented on code in PR #793:
URL: https://github.com/apache/apisix-helm-chart/pull/793#discussion_r1910374354
##########
charts/apisix/values.yaml:
##########
@@ -448,6 +448,9 @@ apisix:
# - name: bar
# size: 1m
+ # Set the size of prometheus-metrics shared dict
+ prometheusSharedDictSize: 15m
Review Comment:
添加了上述配置启动的时候报错如下: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,怎么去解决这个问题?
--
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]