aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-08-12 23:16:06 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-08-13 00:16:37 +0100
commitd4335ebfcfed221a37d14958c31b9152187b3b69 (patch)
tree197cb1d310e535e956b10a1a2c5b115eb46ac8bd /config.php
parentIf the kernel config is out of date, try to use defaults to stop the build fr... (diff)
downloadgentoaster-d4335ebfcfed221a37d14958c31b9152187b3b69.tar.gz
gentoaster-d4335ebfcfed221a37d14958c31b9152187b3b69.tar.bz2
gentoaster-d4335ebfcfed221a37d14958c31b9152187b3b69.zip
WebUI refactor, added testdrive memory configuration option
Diffstat (limited to 'config.php')
-rw-r--r--config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php b/config.php
index 96b5728..2e4021a 100644
--- a/config.php
+++ b/config.php
@@ -27,6 +27,9 @@
// Set the externally accessible IP/host of this machine
define("EXTERNAL_HOST", "192.168.2.169");
+
+ // How much memory (in megabytes) should each testdrive instance have?
+ define("TESTDRIVE_MEMORY", "512");
// Set the port range that should be used for testdrives
define("LOW_PORT", 5900);