mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #108] 运行一段时间很快就 CPU 负载高 #3166
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3166
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sbilly on GitHub (Apr 27, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/108
Describe the bug
运行一段时间很快就 CPU 负载高
To Reproduce
反复访问菜单里面的
访问日志和错误日志就会让 CPU 负载 100%Expected behavior
低 CPU 负载
Screenshots

Info (please complete the following information):
Additional context
@0xJacky commented on GitHub (Apr 28, 2023):
我这边试了两台服务器,均无法复现...
@0xJacky commented on GitHub (Apr 28, 2023):
CPU占用100%的时候,可以用 docker logs nginx-ui 看一下日志吗
@0xJacky commented on GitHub (Apr 30, 2023):
复现了,你的 access log path 设置错了,应该是 /var。对于不存在的记录,会造成 CPU 满载,这是个 bug,明天修复
@0xJacky commented on GitHub (May 1, 2023):
Fixed in 2c675be,感谢您的反馈