You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 24hr bagfiles with timememory profiling on ends up with broken records because the recorded timememory output jsons get truncated and become unloadable.
Manually fixing them by emtying (not removing) the "history" section makes them usable again.
An untested solution may be to increase the sigterm and sigkill timeouts in ros2 launch
Platform (please complete the following information):
OS: [e.g. Ubuntu Focal]
Python version: [e.g. 3.8]
lambkin version: [e.g. tag, commit sha]
How to reproduce
List steps to reproduce the issue:
...
Code snippets or minimal examples are always helpful, if not necessary.
Expected behavior A clear and concise description of what you expected to happen.
Actual behavior A clear and concise description of what you actually happened.
Additional context
Any other information you think could be meaningful to this issue.
The text was updated successfully, but these errors were encountered:
An untested solution may be to increase the sigterm and sigkill timeouts in ros2 launch
Yeah. It's brittle but it's an option. The actual solution would be for the profiler to do incremental writes to storage. Considering https://github.com/NERSC/timemory has been recently archived, perhaps there are other profiling tools we can use.
Bug description
Running 24hr bagfiles with timememory profiling on ends up with broken records because the recorded timememory output jsons get truncated and become unloadable.
Manually fixing them by emtying (not removing) the "history" section makes them usable again.
An untested solution may be to increase the sigterm and sigkill timeouts in ros2 launch
Platform (please complete the following information):
lambkin
version: [e.g. tag, commit sha]How to reproduce
List steps to reproduce the issue:
Code snippets or minimal examples are always helpful, if not necessary.
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what you actually happened.
Additional context
Any other information you think could be meaningful to this issue.
The text was updated successfully, but these errors were encountered: