Ever since 1.88 update on some server cycles (it does NOT happen on every server restart), RPT can grow to a 2Gb in size, while the "usual" size is no more than 10Mb.
Server is an Exile mod 1.0.4 server, Tanoa map, mods used are:
- **CBA_A3** https://steamcommunity.com/workshop/filedetails/?id=450814997 - **Exile mod** https://steamcommunity.com/sharedfiles/filedetails/?id=1487484880 - **Extended Base Mod** https://steamcommunity.com/sharedfiles/filedetails/?id=647753401 - **RHSUSAF, RHSAFRF, RHSGREF, RHSSAF** https://steamcommunity.com/workshop/filedetails/?id=843770737 - **DualArms** https://steamcommunity.com/sharedfiles/filedetails/?id=1334412770 - **Exile MinigunsFix** https://steamcommunity.com/sharedfiles/filedetails/?id=720335480 - **RHS Grenades Fix** https://steamcommunity.com/sharedfiles/filedetails/?id=1369077038
addons used (all of them available from Exile Forum):
DMS Occupation A3XAI ZCP Vemfr Vector building Fast Travel Abandon Base R3F Logistics (Towing, Crate and Sling Loading) Tanoa Bridges Enigma Revive Dynamic Locker Random Supply Box Advanced Vehicle Service ExAd XM8 Apps Salvage Wrecks
RPT gets spammed with messages like
- Subgroup leader candidate was not found, NUnits() = 3, nUnits = 0
- 17:52:42 Unit O Alpha 3-2:3 (0x838ec100) - network ID 2:4623
- 17:52:42 - no person
- 17:52:42 Unit O Alpha 3-2:2 (0x838d8140) - network ID 2:4616
- 17:52:42 - no person
- 17:52:42 Unit O Alpha 3-2:4 (0x83900140) - network ID 2:4630
- 17:52:42 - no person
- 17:52:42 Group O Alpha 3-2 (0x83d86780) - network ID 2:4604
- 17:52:42 - no leader
There a 2 HC's connected to server, 1st HC offloads A3XAI AI's and 2nd offloads DMS AI's
server cmd line is:
start "" /wait /realtime "arma3server_x64" -server -high -profiles=RPTs -enableHT -port=2302 -autoInit -malloc=tbbmalloc_SSE2_x64 -filePatching -maxMem=8192 "-config=D:\Server\TanoaWarZone\@ExileServer\config.cfg" "-cfg=D:\Server\TanoaWarZone\@ExileServer\basic.cfg" "-mod=@CBA_A3;@Exile;@EBM;@RHSUSAF;@RHSAFRF;@RHSGREF;@RHSSAF;@DualArms;@MinigunsFix;@RHSGrenadesFix;" "-servermod=@arametrics;@ESM;@ExileServer;@A3XAI;"
HC cmd line is:
start "" /wait /realtime "HC_A3XAI" -client -noSound -enableHT "-mod=@CBA_A3;@Exile;@A3XAI_HC;@EBM;@RHSUSAF;@RHSAFRF;@RHSGREF;@RHSSAF;@DualArms;@MinigunsFix;@RHSGrenadesFix;" -profiles=HC_RPTs_A3XAI
start "" /wait /realtime "HC_DMS" -client -noSound -enableHT "-mod=@CBA_A3;@Exile;@EBM;@RHSUSAF;@RHSAFRF;@RHSGREF;@RHSSAF;@DualArms;@MinigunsFix;@RHSGrenadesFix;" -profiles=HC_RPTs_DMS
cmd lines are used in .bat files to start and restart server/HC in case of shutdown or failure (server executes #shutdown command every 3h, than server .bat kills HC1, pause and kills HC2, so server starts 1st, HC1 - 2nd, and HC2 - 3rd)
OS: Windows server 2016