diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |