Observe slow file IO
During last couple days, our build experiences failures from time to time. Investigated a little bit and found that this was due to unexpected slow file IO. It seems there'll be glitch of file IO speed. When it happens, writing a 5M file can take 10 seconds. Before and after the glitch, everything seems to be fine. It just suddenly slows down to almost exact 10 seconds then back to normal. Such glitches causes some test tasks timed out (since it's unexpected). Also, when being assigned the "slow VMs", the overall build time can sometimes double. Any idea?
Thanks,
Weirong
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 21 Oct, 2015 11:26 PM
What account/project is that?
- Feodor
2 Posted by Weirong Zhu on 21 Oct, 2015 11:27 PM
https://ci.appveyor.com/project/zhuweirong/prajna-rbpft
3 Posted by Weirong Zhu on 21 Oct, 2015 11:34 PM
For example, below is a good run
and we see the following copying phase take 23 seconds
However, when we get a "slow VM", such as
we see
This "CopyReleaseBinaries" phase has no computation, just file copies. The time taken can vary significantly.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:01 AM.