View Single Post
Old 06-28-2016, 02:28 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
This is not the same problem, since in this case the reason the worker process failed is because of a "Cannot allocate memory" error when trying to spawn a subprocess.

Here is a good link which explains the usual reasons for this (and a possible solution): https://stackoverflow.com/questions/...llocate-memory


tl;dr
You ran out of RAM, either for real or because the subprocess wanted to reserve the right to access more RAM than you had available.
eschwartz is offline   Reply With Quote