You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Naveen Swamy (JIRA)" <ji...@apache.org> on 2018/11/04 06:21:00 UTC

[jira] [Assigned] (MXNET-1154) Update Module.Scala to resolve Memory Leaks

     [ https://issues.apache.org/jira/browse/MXNET-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Naveen Swamy reassigned MXNET-1154:
-----------------------------------

       Assignee: Denis Davydenko  (was: Naveen Swamy)
    Description: 
Module.Scala throws a quite a few warnings for undisposed NDArrays. Although they will be cleaned up at some point due to the Phantom Reference feature, it could be cause OOM if the GC does not run frequently and also it is bad experience to see a lot of Warnings with Stack traces. 

Reach out to me offline and I will discuss some of the pointers I have found and possible solutions.

This is one of the issues that a Clojure user reported, which is applicable to both Scala and Java users.

https://discuss.mxnet.io/t/dealing-with-memory-leaks-ndarray/1767

 

 

 

> Update Module.Scala to resolve Memory Leaks
> -------------------------------------------
>
>                 Key: MXNET-1154
>                 URL: https://issues.apache.org/jira/browse/MXNET-1154
>             Project: Apache MXNet
>          Issue Type: Sub-task
>          Components: Apache MXNet Scala API
>            Reporter: Naveen Swamy
>            Assignee: Denis Davydenko
>            Priority: Major
>
> Module.Scala throws a quite a few warnings for undisposed NDArrays. Although they will be cleaned up at some point due to the Phantom Reference feature, it could be cause OOM if the GC does not run frequently and also it is bad experience to see a lot of Warnings with Stack traces. 
> Reach out to me offline and I will discuss some of the pointers I have found and possible solutions.
> This is one of the issues that a Clojure user reported, which is applicable to both Scala and Java users.
> https://discuss.mxnet.io/t/dealing-with-memory-leaks-ndarray/1767
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org