I am doing a Deep reinforcement learning where i need to start and stop IsaacSim for 1000s of time and detected a memory leak of ~200Mb immediately between starting the IsaacSim App in SimulationApp._start_app() source code and calling SimulationApp.close() immediately after the app loads.
This fills in my 64 Gb RAM memory in an hour so I have to restart my laptop in order to resume training.
I managed to replicate it multiple times by using breakpoint immediately after SimulationApp._start_app() and forcing SimulationApp.close() .
Can this be solved by nVidia?
isaac_sim-2022.2.1
location:
exts/omni.isaac.kit/omni/isaac/kit/simulation_app.oy/SimulationApp/init()/_start_app()
exts/omni.isaac.kit/omni/isaac/kit/simulation_app.oy/SimulationApp/close()