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 2022/05/25 01:49:46 UTC

[GitHub] [apisix-docker] stubbornTanzhe opened a new issue, #308: help request: apisix docker instance recommend resource value

stubbornTanzhe opened a new issue, #308:
URL: https://github.com/apache/apisix-docker/issues/308

   ### Description
   
   is there any recommend resource value for operator to implement apisix instance in k8s?
   better resource value per release version
   
   ### Environment
   
   - APISIX version (run `apisix version`): 2.13.1
   - Operating system (run `uname -a`):3.10.0-1160.el7.x86_64
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):nginx version: openresty/1.19.9.1
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):3.5.4
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] tzssangglass commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1136623846

   cc @tao12345666333 
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] github-actions[bot] closed issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #308: help request: apisix docker instance recommend resource value
URL: https://github.com/apache/apisix-docker/issues/308


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] stubbornTanzhe commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
stubbornTanzhe commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1138286584

   > 
   
   yes, cpu and memory resource


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] tao12345666333 commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1137175464

   In fact the best configuration depends on your actual stress test results in your own environment.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] github-actions[bot] commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1179517125

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] stubbornTanzhe commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
stubbornTanzhe commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1138288920

   > In fact the best configuration depends on your actual stress test results in your own environment.
   
   maybe some best suggestion,such as "better performance on multi-core" or "multi-core unnecessary" or "100Mi at least"?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] tokers commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1137011746

   By saying "resource value", do you mean the CPU and memory request and limit?


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] tao12345666333 commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1138315588

   For performance, it's not just about CPU and memory, there are many things to consider, such as how to handle connections, whether to compress, timeout, keep-alive etc.
   
   If you focus the question on the CPU, the number of cores is directly related to the configuration of APISIX's `worker_processes`. But you also need to pay attention to the configuration of `worker_cpu_affinity`.
   
   
   
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-docker] github-actions[bot] commented on issue #308: help request: apisix docker instance recommend resource value

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #308:
URL: https://github.com/apache/apisix-docker/issues/308#issuecomment-1166246545

   This issue has been marked as stale due to 30 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org