Files
xkm-server/server_999/runenv/relation_svr/cfg/relation_svr.xml
root 2cb6ad5bb5 refactor(server_999): 本地化服务器配置并调整内存键值
- 将所有服务器的监听IP从 0.0.0.0 修改为 127.0.0.1,以限制仅为本地访问
- 修改 relation_svr 和 relay_svr 的内存池共享键值
- 更新 zone_conn 和 zone_svr 的连接URL为本地地址
2025-05-07 21:19:20 +08:00

10 lines
332 B
XML
Executable File

<?xml version="1.0" encoding="GBK" standalone="yes" ?>
<relation_svrconf version="1" >
<MemPoolShmKey>11090011</MemPoolShmKey>
<MemPoolShmSize>20000000</MemPoolShmSize>
<MaxPlayerCount>50</MaxPlayerCount>
<MaxPlayerCacheCount>60</MaxPlayerCacheCount>
<MaxDbSeqObjCount>10</MaxDbSeqObjCount>
</relation_svrconf>