Tribe

Register     Lost Password?  
Tasklist

FS#311 - 1 GB RAM for Installation

Attached to Project: Tribe
Opened by Georg Grabler (STiAT) - Monday, 18 July 2011, 09:05 GMT
Last edited by Manuel Tortosa (manutortosa) - Saturday, 12 January 2013, 15:23 GMT
Task Type Feature Request
Category Frontend/GUI
Status Closed
Assigned To Manuel Tortosa (manutortosa)
Operating System x86_64
Severity Low
Priority Normal
Reported Version Claire
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

We need to check if we do have enough RAM for installation. 1 GB is recommended.

Check either at boot-time, or at Tribe start, maybe introduce a "installer only" mode which is more leightweight.

http://chakra-project.org/bbs/viewtopic.php?pid=36082#p36082
This task depends upon

Closed by  Manuel Tortosa (manutortosa)
Saturday, 12 January 2013, 15:23 GMT
Reason for closing:  Implemented
Comment by Ismael VC (ismaelvc) - Tuesday, 12 June 2012, 00:57 GMT
Installer only mode would be nice! Just X and tribe.
Comment by Anke Boersma (abveritas) - Wednesday, 26 December 2012, 21:54 GMT
Tribe depends on Kdelibs and Marble, seems "installer only" mode means more a new installer.
Live RAM usage was brought way down, just lately brought back up a bit by enabling desktop effects again by default in live.
1 Gb as minimum can be lowered a bit, to 750 Mb, but is that a goal anymore with the drop of i686?
Comment by Manuel Tortosa (manutortosa) - Friday, 28 December 2012, 18:58 GMT
We can use a simple Qprocess like this:

QProcess p;
p.start("awk", QStringList() << "/MemTotal/ { print $2 }" << "/proc/meminfo");

can be even
p.start("awk", QStringList() << "/MemFree/ { print $2 }" << "/proc/meminfo");

Comment by Manuel Tortosa (manutortosa) - Wednesday, 02 January 2013, 23:44 GMT Comment by Manuel Tortosa (manutortosa) - Sunday, 06 January 2013, 14:38 GMT
Tested at VirtualBox giving 1024mb to the virtual machine, Tribe throws we have "999mb" so i have changed the minimal requirements to > 990 for the next relelase.

Loading...