branchrust_reboot/main/pool_container_telemcancel
5 Commits over 0 Days - ∞cph!
Buildfix: properly exclude command from non-editor builds
Tests: built all modes in editor. Built standalone server.
Update: added editor-only print_memory_overhead cmd
- Marked that it gives estimates, not accurate results
Tests: ran on craggy - got simlar results to print_memory
Update: print extra mem held by containers in Pool
Tests: took a couple snapshots on craggy, fresh 4.5k procgen + 4.5k procgen save
Update: Pool can track container capacity memory overhead
- Implemented as an editor-only feature to avoid adding overhead in release
I needed to confirm that we don't keep around giant lists/buffers in the pool.
Tests: entered play mode in editor
Clean: replacing obsolete Pool api usage
Tests: none, trivial change