You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/25 01:22:46 UTC

[GitHub] joeddav commented on issue #1432: How can I clear the memory usage?

joeddav commented on issue #1432: How can I clear the memory usage?
URL: https://github.com/apache/incubator-mxnet/issues/1432#issuecomment-360330159
 
 
   This worked for me:
   ```
   del mod
   gc.collect()
   # memory should be freed
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services