You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the memory doubled every time I restarted the server, starting at 2.6GB and then 5.2GB (etc).
我发现服务器重启时 内存一直变大,一开始启动2.6G,重启后(Control -> reboot Server) 内存就会翻倍,多重启几次就到8G 9G了。太疯狂了
I'm curious if there's memory management, or if the previous object isn't released every time I rebootserver
我好奇有没有内存管理,或者每次reboot server的时候之前的对象没有释放掉
Here's a snapshot of when I used VS debugging server, do you guys have any good suggestions or clues?
下面是我使用VS调试server时的快照,你们有什么好的建议或者头绪吗?
The text was updated successfully, but these errors were encountered:
Yes, you are correct, the objects aren't being released/garbage collected as they're probably still being referenced somewhere in the server app, so they are duplicated every time you reboot the server using the menu option (or using the Stop/Start menu options I believe). Doesn't look like an easy fix so for now you need to actually close and re-open the server app every time.
I found that the memory doubled every time I restarted the server, starting at 2.6GB and then 5.2GB (etc).
我发现服务器重启时 内存一直变大,一开始启动2.6G,重启后(Control -> reboot Server) 内存就会翻倍,多重启几次就到8G 9G了。太疯狂了
I'm curious if there's memory management, or if the previous object isn't released every time I rebootserver
我好奇有没有内存管理,或者每次reboot server的时候之前的对象没有释放掉
Here's a snapshot of when I used VS debugging server, do you guys have any good suggestions or clues?
下面是我使用VS调试server时的快照,你们有什么好的建议或者头绪吗?
The text was updated successfully, but these errors were encountered: