How much RAM does your machine have? I assume you mean RAM and not
disk space. Although if you are out of RAM it might start to use disk
for swap and if there's not much left I can see how that would happen.

Generally on linux/mac it has required 4GB of memory to compile Servo.
If you have less than that, I don't think there is an easy fix. One
thing you can try is to turn off parallel builds by running `mach
build` with the `-j1` argument limiting it to a single crate at a
time.

jack.

On Fri, Mar 17, 2017 at 4:08 AM, Malsha Ranawaka <malsha.lr...@gmail.com> wrote:
> Hello Jack,
>
> Thank you for the quick solution of using MSVC version, which worked.
>
> However unfortunately, compiling servo scripts utilizes 100% disk space 
> (without any other application running), which causes the computer to get 
> frozen. Is there any workaround to solve this and build the project safely?
>
> Regards,
> Malsha Ranawaka
> _______________________________________________
> dev-servo mailing list
> dev-servo@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-servo
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to