libeio edited a comment on issue #3752:
URL: https://github.com/apache/apisix/issues/3752#issuecomment-790407892
>
>
> The error message shows that it failed to mmap enough space for jit stack.
>
> Does it happen each time? Does it happen in other machines?
I try same way in ubuntu 16.04 macheine, report the same error in the CentOS
8.1 I tested.
```sh
/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start
nginx: [error] init_by_lua error: /home/dev/apisix-2.3/apisix/init.lua:68:
pcre jit stack allocation failed
stack traceback:
[C]: in function 'error'
/usr/local/openresty/lualib/ngx/re.lua:311: in function 'opt'
/home/dev/apisix-2.3/apisix/init.lua:68: in function 'http_init'
init_by_lua:9: in main chunk
```
`pcre jit stack allocation failed`, is this error related with pcre?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]