Vikas89 commented on issue #10992: unlink memory shared file immediately on linux URL: https://github.com/apache/incubator-mxnet/pull/10992#issuecomment-451580575 @piiswrong I tried your suggested change - ``` if sys.version_info[0] == 2: new_fd = multiprocessing.reduction.rebuild_handle(fd) else: new_fd = fd.detach() ret = nd.NDArray(nd.ndarray._new_from_shared_mem(pid, new_fd, shape, dtype)) return ret ``` the doesn't fix the issue.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
