apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)

Open hewenyu opened this issue 1 year ago • 0 comments

helm install apisix apisix/apisix --create-namespace  --namespace apisix --version 1.11.0 
/usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init

WARNING: using fixed Admin API token has security risk.
Please modify "admin_key" in conf/config.yaml .


/usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
2024/03/07 07:56:34 [warn] 1#1: low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:234
nginx: [warn] low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:234
2024/03/07 07:56:34 [alert] 50#50: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 51#51: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 52#52: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 53#53: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 54#54: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 55#55: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 56#56: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 59#59: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 61#61: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 62#62: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)
2024/03/07 07:56:34 [alert] 64#64: setrlimit(RLIMIT_CORE, 17179869184) failed (1: Operation not permitted)

how to fix it ?

hewenyu avatar Mar 07 '24 08:03 hewenyu