# Nginx worker process utilized 100% CPU

**URL:** https://discuss.konghq.com/t/nginx-worker-process-utilized-100-cpu/4550
**Category:** General
**Created:** [October 2, 2019, 2:00pm UTC](https://discuss.konghq.com/t/nginx-worker-process-utilized-100-cpu/4550 "2019-10-02T14:00:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![vaishno.avi](https://avatars.discourse-cdn.com/v4/letter/v/f0a364/32.png) [@vaishno.avi](https://discuss.konghq.com/u/vaishno.avi)
#### Post date: [October 2, 2019, 2:00pm UTC](https://discuss.konghq.com/t/nginx-worker-process-utilized-100-cpu/4550/1 "2019-10-02T14:00:30Z")

</div>

I am facing an issue with Kong CE.  
I have a setup where 1 nginx workers (out of 4 worker processes) utilizes 100% CPU and never recovers. This issue then further worsen when all 4 worker process consume 100% CPU and then make kong not operational. Has any one here faced the same issue?

Kong version : 1.0.3  
Number of nginx workers : 4

---

<div class="post-metadata">

### Author: ![hbagdi](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/hbagdi/32/562_2.png) [@hbagdi](https://discuss.konghq.com/u/hbagdi)
#### Post date: [October 4, 2019, 6:03pm UTC](https://discuss.konghq.com/t/nginx-worker-process-utilized-100-cpu/4550/2 "2019-10-04T18:03:52Z")

</div>

@datong.sun This sounds like [https://github.com/openresty/luajit2/issues/42](https://github.com/openresty/luajit2/issues/42)

Thoughts?

---

<div class="post-metadata">

### Author: ![javier](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/javier/32/1740_2.png) [@javier](https://discuss.konghq.com/u/javier)
#### Post date: [October 4, 2019, 6:39pm UTC](https://discuss.konghq.com/t/nginx-worker-process-utilized-100-cpu/4550/3 "2019-10-04T18:39:39Z")

</div>

Yes, it’s a possibility. I think the fix for that was pulled in Kong 1.3

---

<div class="post-metadata">

### Author: ![vaishno.avi](https://avatars.discourse-cdn.com/v4/letter/v/f0a364/32.png) [@vaishno.avi](https://discuss.konghq.com/u/vaishno.avi)
#### Post date: [October 8, 2019, 2:16pm UTC](https://discuss.konghq.com/t/nginx-worker-process-utilized-100-cpu/4550/4 "2019-10-08T14:16:04Z")

</div>

@javier and @hbagdi : thanks for the information. I will my setup to 1.3. If the issue still happens, i will create a new issue.
