Is it sensible to use a ramdisk on a build server?

后端 未结 2 2011
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 10:14

At my company we are currently researching various strategies for speeding up our CI builds. We have profiled our builds and determined that we are constrained by an I/O bottlen

2条回答
  •  轮回少年
    2021-02-05 10:57

    As long as you have enough memory, it's a very sensible thing to do.

    The only real drawback is, naturally, your build gets lost on shutdown/power failure which usually isn't a big concern for the CI builds.

提交回复
热议问题