|
楼主 |
发表于 2004-10-27 17:59:04
|
显示全部楼层
来自 日本
这几天在我这里经常打不开点通主页,郁闷中。。。。
Post by undoer
Bug ?
缓存溢出?
在什么情况下出现的?
2种信息都是缓存溢出的提示吗?不太懂缓存溢出的意思,请问可以调整缓存大小来防止溢出吗?
这种情况是在我的CS1.6服务器里出现的。只是偶尔看看服务器窗口就看到这些信息的,玩家还以为是被kick的呢。服务器使用的是amxx,设置有很多管理员,权限为abcd的比较多,设有管理员通道1格,难道跟这个设置有关?
Post by 解脱
楼主``你的服务器是 CS1.6 的吧 :thefinger
是的,1.6服务器。你有什么解决方法吗?
Post by 提卡维兰
似乎是客户端的信息太多,以至溢出.
把插件关几个或者减少输出的各种统计
服务器安装的插件为
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
adminslots.amxx ; slot reservation
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
statscfg.amxx ; allows to manage stats plugins via menu and statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)
saymenu.amxx ; 用"say:menu"打开玩家菜单
votemenu.amxx
statsx开启的数据为
SayHP ;Say /hp
SayStatsMe ;Say /statsme
SayRankStats ;Say /rankstats
SayMe ;Say /me
SayRank ;Say /rank
SayReport ;Say /report
SayScore ;Say /score
SayTop15 ;Say /top15
SayStatsAll ;Say /stats
MultiKillSound ;MultiKillSound
BombCountVoice ;Bomb Count Down
HeadShotKillSound ;HeadShot Kill Sound
DoubleKillSound ;Double Kill Sound
antiflood时间设置为2 ,imessage.amxx的显示间隔为90秒
我觉得插件不是很多了,大部分都是些最基本的。难道其中有非常暂用资源的东西吗?
statsx开启的数据过多?哪些是不必要的呢? |
|