huww98 opened a new pull request #20548: URL: https://github.com/apache/incubator-mxnet/pull/20548
## Description ## When resetting, avoid re-build index for read-only instances to save time and memory (in case of forked, memory pages can be shared) ## Checklist ## ### Essentials ### - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [x] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [ ] Code is well-documented ### Changes ### - [x] avoid reset index ## Comments ## This can save ~30G memory for us when running with 16 forked workers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
