You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/bgfs01/common/we_envs/envs/wepy_newnodes/lib/python3.7/site-packages/wepy/work_mapper/task_mapper.py", line 490, in run
self._run_walker()
File "/bgfs01/common/we_envs/envs/wepy_newnodes/lib/python3.7/site-packages/wepy/work_mapper/task_mapper.py", line 642, in _run_walker
self._results_list[self.walker_idx] = ('Walker', serial_result)
File "<string>", line 2, in __setitem__
File "/bgfs01/common/we_envs/envs/wepy_newnodes/lib/python3.7/multiprocessing/managers.py", line 818, in _callmethod
conn.send((self._id, methodname, args, kwds))
File "/bgfs01/common/we_envs/envs/wepy_newnodes/lib/python3.7/multiprocessing/connection.py", line 206, in send
self._send_bytes(_ForkingPickler.dumps(obj))
File "/bgfs01/common/we_envs/envs/wepy_newnodes/lib/python3.7/multiprocessing/connection.py", line 398, in _send_bytes
self._send(buf)
File "/bgfs01/common/we_envs/envs/wepy_newnodes/lib/python3.7/multiprocessing/connection.py", line 368, in _send
n = write(self._handle, buf)
OSError: [Errno 105] No buffer space available
Not sure how to approach this or if it is something we can even handle in wepy itself.
The text was updated successfully, but these errors were encountered:
Yep I was too hasty in this issue. Wanted to make sure I didn't forget about it :) I ended up looking at the log and it was just an out of memory error...
This error was found using the
TaskMapper
:Not sure how to approach this or if it is something we can even handle in wepy itself.
The text was updated successfully, but these errors were encountered: