I use the fix proposed here, here the code I used. Now it complete the process, but takes always long time, how you can see here
PS: I think my notebook isn't real bad, how you can see here, and I think if the script can be rewrite to run in parallels, so we can do it more efficiently
PS2: Today I update the package, but the issue still exist (it takes 47minutes and 26 second to complete):
while ps -o pid,comm,cmd,start,etime -p "98520"; do sleep 1; done
| PID | COMMAND | CMD | STARTED | ELAPSED |
| 98520 | sed | sed -i -E s/[^/]+\.data\.mi | 19:41:35 | 47:26 |
Pinned Comments