nic-chen commented on issue #682: URL: https://github.com/apache/apisix-dashboard/issues/682#issuecomment-793635969
hi @bisakhmondal 1. sets the maximum number of CPUs that can be executing simultaneously in `api/conf/conf.yaml` 2. Read the configured number in `api/internal/conf/conf.go` 3. Use `runtime.GOMAXPROCS(n)` to limit CPU usage ---------------------------------------------------------------- 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]
