]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
fireinfo: Remove mark for 64GB of ram.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Jan 2011 19:14:14 +0000 (20:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Jan 2011 19:14:14 +0000 (20:14 +0100)
www/webapp/backend/stasy.py

index 6050163e34816dbb3e7450627911112e9dad4b5b..9375cf7c42d31950ec515a9284380ac489d99c48 100644 (file)
@@ -12,7 +12,7 @@ DATABASE_HOST = ["irma.ipfire.org", "madeye.ipfire.org"]
 DATABASE_NAME = "stasy"
 
 CPU_SPEED_CONSTRAINTS = (0, 500, 1000, 1500, 2000, 2500, 3000, 3500)
-MEMORY_CONSTRAINTS = (0, 64, 128, 256, 512, 1024, 2048, 4096, 8128, 16384)
+MEMORY_CONSTRAINTS = (0, 128, 256, 512, 1024, 2048, 4096, 8128, 16384)
 
 class ProfileDict(object):
        def __init__(self, data):