- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚安装了 SmartFoxServer。
Dashboard 线程池中的线程数在重新启动 Sfs 后不断增加,并且在下次重新启动之前不再减少。如果我增加线程池限制,线程数会增加到该限制。
任何扩展或服务尚未运行,线程数在 10 分钟内增加到 1232。所以这看起来不像是内存泄漏,因为不涉及扩展代码,只是普通的 SmartFox。
我试过 2.9 版,但结果没有改变。
什么可能导致 Sfs 线程在不运行扩展的情况下出现这种行为?
最佳答案
你有内存泄漏。
» Memory leaks
In Java a memory leak occurs when objects in memory are not released even though the application itself no longer needs them. A common example is unused event listeners that aren't removed from their event source.
If the program keeps adding new listener objects but never gets rid of those that are no longer used, we will end up with potentially lots of memory waste. The GC won't be able to regain such memory because the unused listeners are still referenced. If these objects keep piling up we will see a progressive performance degradation which may end up in a JVM crash.
Memory leaks are not always very obvious to find, lurking in the code for quite some time before they are spotted. In other instances the leaks can become very nasty very quickly causing major spikes in the memory usage and ultimately the death of the process.
Source: http://docs2x.smartfoxserver.com/AdvancedTopics/troubleshooting-live-server#mem
关于smartfoxserver - 线程一直在增加,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39356775/
我刚刚安装了 SmartFoxServer。 Dashboard 线程池中的线程数在重新启动 Sfs 后不断增加,并且在下次重新启动之前不再减少。如果我增加线程池限制,线程数会增加到该限制。 任何扩展
我想在我的 Ubuntu 8.10 Intrepid 服务器上运行 SmartFox 服务器 默认端口为 9339 我不能 telnet localhost 9339,因为它说连接已重用 UFW 关闭
我在 android 聊天应用程序中工作。 我使用的是 SmartFox 服务器。我使用 10.0.2.2 作为服务器 IP 地址和 9933 作为端口。 每当我使用模拟器运行这个应用程序时,它就可以
我是一名游戏服务器开发人员。我正在为我的游戏服务器 (SmartfoxServer 2x) 使用 hazelcast 以避免直接请求数据库。但我想知道如何使用 hazelcast 来获得最佳性能: 总
我在 SFS 中给出的基本示例中遇到了这个问题, 在另一种情况下,当我尝试登录管理员时再次创建一个新 session 并单独使用区域配置 最佳答案 Session对象代表系统中连接的客户端。通常是 S
我已经开始使用SmartFoxServer 2x。我曾经使用 SmartFoxServer Pro,但我决定应该使用 HTML5,所以我就这样做了。不管怎样,数据库管理器有问题。首先,我会告诉你到目前
我是一名优秀的程序员,十分优秀!