Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

siteserver.exe CPU负载太高了 #44

Open
liuxcoder opened this issue Jun 12, 2017 · 2 comments
Open

siteserver.exe CPU负载太高了 #44

liuxcoder opened this issue Jun 12, 2017 · 2 comments

Comments

@liuxcoder
Copy link

liuxcoder commented Jun 12, 2017

Windows Server 2016 E74820 - 8核心
无生成任务时siteserver.exe的CPU占用达到了13%左右,是不是有点太高了。它在做什么工作啊?

@liuxcoder
Copy link
Author

刚才试着改了一下 Run.cs 第114行
while (true) { }
改成
while (Console.ReadLine() != "exit") { }
空闲负载 0% 生成负责6-7%

@dywzh001
Copy link

改良好版本,可不可以单发个给我。dywzh001@163.com。谢谢了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants