Error while installing root on Google Colab (Ubuntu 18.04)

I am installing root (v6) by cloning the github repo on google colaboratory but have been receiving the following errors (pics attached)…

P.S: Excuse me for any details missed out, a novice to root

Try to run: make -j1

Thankyou for responding so quickly…

As per the specifications of Google Colab, it has only 1 core and I should be running -j1(although I didn’t) but just wanted to know what happens differently while running -j8/16/32 …experimented and all resulted in the same error approx. at same %…Would love to learn about it…

Do you have at least 2GB RAM per “job”?

It actually gives each user access to ~12.7 GB RAM…I was only installing this(running the cmake cell)…assuming ~12 GB RAM free even after considering other processes running in the background

which version of the compiler do they provide?

they provide gcc 7.4.0

Thankyou for guiding me towards the correct direction…actually the amount of RAM reqd. during the peak exceeded the RAM available…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.