mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Updated Playerbot Configuration (markdown)
parent
5327ac7795
commit
c099dc4e8c
@ -1,7 +1,11 @@
|
||||
## Disclaimer
|
||||
It has been observed that having a lot of bots, or players for that matter, will put a strain on hard drives; even with a fairly low amount of bots or players. MySQL will continuously read and write to the disk and the amount quickly adds up. If you are concerned about the lifespan of your hard drive it's recommend to use as few bots as possible or limit yourself to only using altbots to minimize the amount of writes. You can also enable `AiPlayerbot.DisabledWithoutRealPlayer` in the playerbots config to make sure no bots are logged in while no players are.
|
||||
It has been observed that having a lot of bots, or players for that matter, will put a strain on hard drives; even with a fairly low amount of bots or players. MySQL will continuously read and write to the disk and the amount quickly adds up.
|
||||
Recommended configuration to extend lifespan of your hard drive:
|
||||
- in mysql configuration file add line 'skip-log-bin' which reduce ~75-90% of writes because skipping binary logging
|
||||
- in playerbots configuration file enable `AiPlayerbot.DisabledWithoutRealPlayer` to make sure no bots are logged in while no players are
|
||||
- use as few bots as possible or limit yourself to only using altbots to minimize the amount of writes
|
||||
|
||||
The following write speeds have been noted based on the number of bots logged in.
|
||||
The following write speeds have been noted based on the number of bots logged in (without recommended configurations).
|
||||
|
||||
- 500 bots: 1-10 MB/s (100% activity)
|
||||
- 1000 bots: 9 MB/s (Smart scale active)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user