RAM usage seems excessive during ".rrd" file export #4197
Labels
🪳 bug
Something isn't working
📺 re_viewer
affects re_viewer itself
user-request
This is a pressing issue for one of our users
Describe the bug
This is probably an edge case, when testing the C++ API I used it to log a pretty big amount of ptclouds. The clouds itself are fairly small but logged aggressively in multiple threads. The logging part is handled very well (nice job! 👍) and as expected it consumes a bit of RAM, in the current config of the sample, 15GB.
When trying to save the rrd file in the viewer however, the RAM usage spikes to ~50GB (maybe more but it gets hard to keep going).
Is there options or other format to save the scene that could improve this?
To Reproduce
Steps to reproduce the behavior:
The size and number of logged data can be reduced, the point is it seems to have a factor of ~3-4 of RAM usage between logging and exporting.
Expected behavior
Limited additional RAM allocation for rrd file export.
Desktop (please complete the following information):
Rerun version
0.10
The text was updated successfully, but these errors were encountered: