|
Boost : |
Subject: Re: [boost] Help in setupping regression tests on ARM
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2013-01-30 01:47:19
I've localized the problem. System was running out of memory (512MB,
half of which was 'eaten' by GUI), so I disabled GUI and made swap
partition bigger:
dd if=/dev/zero of=/path/to/swapfile bs=1M count=4096 # For 4GB swap file
sudo rasp-config # disable desktop at boot and restart
sudo -s
mkswap -f /path/to/swapfile
swapon /path/to/swapfile
It's now compiling tests (this stage may take a few more days because
of swapping and slow single core CPU).
Thanks for advices, the gave me ideas where to search for a problem!
-- Best regards, Antony Polukhin
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk