You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/02/02 05:15:35 UTC

[GitHub] [incubator-apisix] spacewander opened a new issue #1101: request help: is the worker_rlimit_core too small?

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis closed issue #1101: request help: is the worker_rlimit_core too small?

Posted by GitBox <gi...@apache.org>.
membphis closed issue #1101: request help: is the worker_rlimit_core too small?
URL: https://github.com/apache/incubator-apisix/issues/1101
 
 
   

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


With regards,
Apache Git Services

[GitHub] [incubator-apisix] membphis commented on issue #1101: request help: is the worker_rlimit_core too small?

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1101: request help: is the worker_rlimit_core too small?
URL: https://github.com/apache/incubator-apisix/issues/1101#issuecomment-581212587
 
 
   PR welcome, good catch

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


With regards,
Apache Git Services