Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOERRROR in docker #20

Open
medcelerate opened this issue Feb 6, 2020 · 1 comment
Open

IOERRROR in docker #20

medcelerate opened this issue Feb 6, 2020 · 1 comment

Comments

@medcelerate
Copy link

I am running using the latest cwl, however am getting the error below. I tried updating the docker container but this did not make a change.

[48006 rows x 6 columns]]'. Reason: 'IOError('bad message length',)'
@JiaShun-Xiao
Copy link

@medcelerate try to use more threads, I fix it by passing '20' to '-t' argument. The reason causes this issue is that results returned from child processes grow too large. If we increase child processes, the returned result will become smaller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants