Skip to content

Instantly share code, notes, and snippets.

@zadunn
Created June 14, 2017 19:52
Show Gist options
  • Save zadunn/1ac216b95e0963fd31f9757d702d6cc8 to your computer and use it in GitHub Desktop.
Save zadunn/1ac216b95e0963fd31f9757d702d6cc8 to your computer and use it in GitHub Desktop.
nginx epoll error

dockered nginx instances show the following error under load:

2017/06/13 14:26:50 [alert] 4051#4051: epoll_wait() failed (1: Operation not permitted)
2017/06/13 14:26:50 [alert] 4051#4051: epoll_wait() failed (1: Operation not permitted)
2017/06/13 14:26:50 [alert] 4051#4051: epoll_wait() failed (1: Operation not permitted)
2017/06/13 14:26:50 [alert] 4051#4051: epoll_wait() failed (1: Operation not permitted)
2017/06/13 14:26:50 [alert] 4051#4051: epoll_wait() failed (1: Operation not permitted)
2017/06/13 14:26:50 [alert] 4051#4051: epoll_wait() failed (1: Operation not permitted)
2017/06/13 14:26:50 [alert] 4051#4051: epoll_wait() failed (1: Operation not permitted)

These images are based off of ubuntu 16.04 with nginx 1.11.12 installed.

PI for all CNs is 20170315T185612Z.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment