Matlab R2019 parpool out of memory
12 views (last 30 days)
Show older comments
Hi, I am currently running Matlab R2019 and am using all of the code here. https://au.mathworks.com/help/audio/examples/acoustic-scene-recognition-using-late-fusion.html#d117e13537
However, i have run into this error. I really need to know how to overcome this issue of out of memory problem. Thank you.
Error using parallel.Future/fetchOutputs (line 347)
Internal problem while evaluating tall expression. The problem was:
One or more futures resulted in an error.
Error in parallel.internal.bigdata.ParallelPoolBroadcastMap>iRunOnAll (line 153)
[varargout{1:nargout}] = fetchOutputs(f);
Error in parallel.internal.bigdata.ParallelPoolBroadcastMap/synchronizeWorkerBroadcasts (line 115)
[newWorkerKeys, newWorkerValues] = iRunOnAll(@obj.getBroadcasts, keys);
Error in ...
Error in tall/gather (line 50)
[varargout{:}, readFailureSummary] = iGather(varargin{:});
Caused by:
Error using parallel.Future/fetchOutputs (line 347)
One or more futures resulted in an error.
An error occurred interpreting the results of the function evaluation.
Error using parallel.internal.pool.deserialize (line 45)
Out of Memory during deserialization
An error occurred serializing the result of the function evaluation.
Error using distcompMakeByteBufferHandles
Out of memory attempting to serialize data for transmission.
0 Comments
Answers (0)
See Also
Categories
Find more on Parallel Computing Fundamentals in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!