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/06/16 00:03:59 UTC

[GitHub] tqchen commented on issue #11307: Memory Management

tqchen commented on issue #11307: Memory Management
URL: https://github.com/apache/incubator-mxnet/issues/11307#issuecomment-397770425
 
 
   The fact is you can't. Unfortunately, we have to blame JVM in this case, which does not have ARC(accurate ref counting). The gc works well for the memories you can manage, but do not work well for memories it cannot. 
   
   We won't be able to fix this unless the JVM get fixed, and this is true for all GPU applications

----------------------------------------------------------------
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