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 2017/12/30 15:13:30 UTC

[GitHub] kohillyang commented on issue #9259: Shared memory leak when using mxnet.gluon.data.DataLoader

kohillyang commented on issue #9259: Shared memory leak when using mxnet.gluon.data.DataLoader
URL: https://github.com/apache/incubator-mxnet/issues/9259#issuecomment-354551118
 
 
   This problem also exists in my notebook.
   
   ```bash
   uname -a
   deepin@deepin-pc:~$ uname -a
   Linux deepin-pc 4.9.0-deepin13-amd64 #1 SMP PREEMPT Deepin 4.9.57-1 (2017-10-19) x86_64 GNU/Linux
   deepin@deepin-pc:~$ nvcc --version
   nvcc: NVIDIA (R) Cuda compiler driver
   Copyright (c) 2005-2016 NVIDIA Corporation
   Built on Sun_Sep__4_22:14:01_CDT_2016
   Cuda compilation tools, release 8.0, V8.0.44
   deepin@deepin-pc:~$ df -h
   udev            3.9G     0  3.9G    0% /dev
   tmpfs           791M  1.6M  790M    1% /run
   /dev/sda3        39G   34G  2.9G   93% /
   tmpfs           3.9G  887M  3.0G   23% /dev/shm
   ```
   
   after some time , the output of `df -h` is 
   ```
   deepin@deepin-pc:~$ df -h
   udev            3.9G     0  3.9G    0% /dev
   tmpfs           791M  1.6M  790M    1% /run
   /dev/sda3        39G   34G  2.9G   93% /
   tmpfs           3.9G  2.3G  1.7G   58% /dev/shm
   tmpfs           5.0M  4.0K  5.0M    1% /run/lock
   ```

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