Replies: 3 comments
-
i just try your script and don't find the issue. i'm using python 3.5 and pybullet==2.4.8 on ubuntu16.04 |
Beta Was this translation helpful? Give feedback.
-
I am facing memory increase issue.
Update: pybullet==2.4.9 solve this issue |
Beta Was this translation helpful? Give feedback.
-
sorry, the pybullet i tested with is built myself, so it's not 2.4.8. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using
KukaDiverseObjectEnv
, memory usage of the process seems to increase over time as I call itsreset
method, even if I callpybullet.setPhysicsEngineParameter(enableFileCaching=0)
. I'm not sure why memory usage increases when file caching is turned off andpybullet.resetSimulation
is called inside thereset
method. Any help would be appreciated.Here is the code to reproduce this issue.
Output is as below, indicating memory usage increased from 133MB to 271MB.
I'm using Python 3.6.6 and pybullet==2.5.0 on macOS Mojave.
Beta Was this translation helpful? Give feedback.
All reactions