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/19 02:35:59 UTC

[GitHub] [apisix-ingress-controller] VineFiner commented on issue #1024: request help: high memory usage

VineFiner commented on issue #1024:
URL: https://github.com/apache/apisix-ingress-controller/issues/1024#issuecomment-1131043697

   > > I deploy apisix in 1C1G, always memory alarm.
   > 
   > Do you mean APISIX or APISIX ingress controller?
   
   I use helm to install. No extra configuration.
   
   https://apisix.apache.org/zh/docs/ingress-controller/deployments/k3s-rke
   
   ```
   helm repo add apisix https://charts.apiseven.com
   helm repo add bitnami https://charts.bitnami.com/bitnami
   helm repo update
   kubectl create ns ingress-apisix
   helm install apisix apisix/apisix \
     --set gateway.type=NodePort \
     --set ingress-controller.enabled=true \
     --namespace ingress-apisix \
     --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix \
     --kubeconfig /etc/rancher/k3s/k3s.yaml
   kubectl get service --namespace ingress-apisix
   ```
   After I installed k3s, the memory usage was 570m. apisix, how much memory does it need to run?


-- 
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