Workspace>GROUP>Right Click>Compact Binary
Do we have to do this manualy, or is it there just in case we want to do it, and it is also done by UE automaticaly? Thank for the help
Compact Binary
Re: Compact Binary
RAM management ("freeing") is done automatically, compacting only manually since compacting is normally not needed - the database space is being effectively reused, but if e.g. you reduced retention significantly you may invoke the compact function then to save on disk space.
Re: Compact Binary
Once again thank you for the information.alex wrote:RAM management ("freeing") is done automatically, compacting only manually since compacting is normally not needed - the database space is being effectively reused, but if e.g. you reduced retention significantly you may invoke the compact function then to save on disk space.