spacewander opened a new issue #1101: request help: is the worker_rlimit_core 
too small?
URL: https://github.com/apache/incubator-apisix/issues/1101
 
 
   https://github.com/apache/incubator-apisix/blob/master/bin/apisix#L98
   Currently we configure the `worker_rlimit_core` to 500M, which may be big 
enough for normal situation, but might truncate the core file in some cases. 
The size of the core file is equal to the memory used by LuaJIT + Nginx + 
shared memory among workers, which could be larger than 500M.
   
   IMHO, it'd be better to limit the core size to 4G under 32 bits platform, 
and 16G elsewhere.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to