Is parallel mode known to crash a lot?
#114
Closed
opened 2 years ago by benknoble
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
On small projects, I get a handful of early crashes, and then everything runs smoothly.
On a large project, I get 10s of early crashes, then sporadically one or two every 5.
(By "crash" I mean an individual job fails and is retried serially at the end, without issue.)
Some crashes I saw were caused by
car
on an eof, file-system issues with copying files or getting sizes, etc. (Some of these were diagnosed by adding to thewith-handlers
inparallel-render
.)Yes, it is more finicky, for reasons I’ve never been able to pin down. Roughly, it has something to do with race errors that arise when parallel places compete for access to the same set of files in the filesystem. Try using fewer parallel jobs.