aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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);