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

[Bug] Memory leak 内存泄露 #2493

Open
HongchengQ opened this issue Mar 31, 2024 · 0 comments
Open

[Bug] Memory leak 内存泄露 #2493

HongchengQ opened this issue Mar 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@HongchengQ
Copy link

Each player occupies a significant amount of memory in this program. This is a server that has been running for 10 hours. Prior to this, the online player count remained between 10 and 30. When players exit the game, the server does not clean up the corresponding memory, resulting in excessive memory usage even when there are only two players left on the server. This is even crazier than GIO.

每一名玩家在这个程序上占用的内存都非常多 这是一个开了10个小时的服务端 在这之前在线人数保持在10-30之间 当人们退出游戏时服务端并不会清理掉对应的内存 使得即使最后服务端只有两名玩家 内存占用也非常离谱 这简直比gio还要疯狂

屏幕截图 2024-03-31 202752

@HongchengQ HongchengQ added the bug Something isn't working label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant