diff --git a/Playerbot-Configuration.md b/Playerbot-Configuration.md index c5fe4a0..a404970 100644 --- a/Playerbot-Configuration.md +++ b/Playerbot-Configuration.md @@ -24,6 +24,11 @@ binlog_expire_logs_seconds = 432000 transaction_isolation="READ-COMMITTED" ``` +Recommended configuration to extend lifespan of your hard drive: +- in mysql configuration file change/add line `skip-log-bin` which reduce ~75-90% of writes because skipping binary logging (Use at own risk) +- 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 + ## Bot activity profiles and performance Before going into the configuration options we need explain the logic a bit. Every update tick of the server its calculated whether a bot can or can't be active. An active bots takes and eats alot more resources then an idle bot.