problem with sharing large numpy array between processes using sharedmem

后端 未结 0 1309
余生分开走
余生分开走 2021-02-12 17:56

I want to share two large numpy array (about 6GB) between some processes. So I tried creating they array with sharedmem.empty() and then copy the data to it, but I faced an erro

相关标签:
回答
  • 消灭零回复
提交回复
热议问题