From 58989245792c2522f2373cc10a9d927e71195dff Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 15 Nov 2017 23:33:29 +0100 Subject: prototypes: Remove flag from make of rlite A flag to parallelize rlite compilation was causing virtual memory exhaustion on some VMs. --- rumba/prototypes/rlite.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rumba/prototypes/rlite.py') diff --git a/rumba/prototypes/rlite.py b/rumba/prototypes/rlite.py index 6a9d6ef..0579e3a 100644 --- a/rumba/prototypes/rlite.py +++ b/rumba/prototypes/rlite.py @@ -148,8 +148,7 @@ class Experiment(mod.Experiment): cmds = ["rm -rf ~/rlite", "cd ~; git clone https://github.com/vmaffione/rlite", - "cd ~/rlite && ./configure && make -j${nproc} " + - "&& sudo make install", + "cd ~/rlite && ./configure && make && sudo make install", "cd ~/rlite && sudo make depmod"] names = [] -- cgit v1.2.3