
Today I started to build some packages on the Canadian (OVH) server, it is worth to note that I did package bullds and updates for the last 3 months on my machine, using synth and practically without issues,
Building packages is an heavy process for itself, in terms of CPU usage, and building with synth (or poudriere) is also disk I/O intensive.
I have spent my time to understand exactly the resource usage, and how to control it, because I want to avoid to overload our server.
For a start, I did it under a newly created /build ZFS dataset, including deploying a clean FreeBSD11 base.
(exception is the ccache directory, sized to 15 GB, which is still under /root/.ccache).
More info to follow. in a couple of hours.