-
foßballing
-
在使用AlibabaCloud-NLB网络插件时,一次性部署100个GameServer, 大概需要5分钟,才能将所有GameServer的网络状态变成ready, 希望可以优化下,谢谢。
-
Kubernetes v1.27 introduces InPlacePodVerticalScaling feature-gate, which is very helpful for game servers.
We could involve this function to OKG, to help game servers being adjusted resources conf…
-
当前用于扩容的MinAvailable是以具体数值的方式生效的。比如,MinAvailable为3,会保证至少存在3个可用游戏服。
但在游戏服数量变化比较明显的情况下,固定的值并不能很好地拟合玩家涌入的速率。因此,我们需要让MinAvailable支持百分比类型,在gameserver总数增多的情况下,最小可用的数量也增多;gameserver总数减少的情况下,最小可用的数量也减少。
-
(Full error at bottom of report)
```
Oct 18 00:36:27 nexus-universe gunicorn[81809]: sqlalchemy.exc.IntegrityError: (pymysql.err.IntegrityError) (1062, "Duplicate entry 'Zuzubell' for key 'name'")
…
-
- [x] `Program` has some duplicated connection string logic and messy DI
- [ ] `GameServer` probably uses locks wrong
- [x] `DbPlayerCharacterItem` has messy translation with game model
-
**Is your feature request related to a problem? Please describe.**
When using two node pools in an Agones cluster, one for Agones and one for GameServers, allocation requests sometimes fail during th…
-
**Is your feature request related to a problem? Please describe.**
Talking with @markmandel this issue is a follow on from #279 #404 and #2396. The problem being that currently if your gameserver req…
-
Basically i open 1.7.2 and once it fully loaded and right before the login process, it crashes and give me this error in reboot
Then i tried a new cobalt dll, but i couldn't inject the gameserver, …
-
- [ ] Documenting Refresh's codebase will be vital in getting more contributions.
- [ ] Some good places to start would be: how assets are stored on disk, the database schema, system users, authentic…