Unit Founded - 24 NOV 2014
I should've specified previously, also what exactly is the error and how often does it occur?
Hopefully not having the DLL files will fix it. But also I've done a lot to make Arma 3 run as smooth as possible with our mods to find that I still crash every once and a while. Shut happens, I wouldn't worry about it to much.
You can select an allocator by via commandline below or deleting other allocators from the \dll\ folder.
Instead of deleting your DLLs every time the game updates you can just set the malloc in the start-up parameters to equal system. This essentially tells Arma to just use the default memory allocator that comes with your operating system. This does the same thing as deleting your DLLs except you won't ever have to do it again since the start-up parameters don't change after updates. You can find the option for which malloc to use in the launcher settings. If you use a command-line instead it can be set with the following: -malloc=system.From https://community.bistudio.com/wiki/Arma_3:_Custom_Memory_AllocatorQuoteYou can select an allocator by via commandline below or deleting other allocators from the \dll\ folder.Honestly it's much better to just change the setting and be done with it than to delete your DLL folder everytime Arma finds the need to update.