Updated settings, less memory usage

This commit is contained in:
Shoghi Cervantes
2013-05-21 19:50:59 +02:00
parent c9cecaf218
commit b7083032f3
5 changed files with 13 additions and 59 deletions

View File

@@ -40,10 +40,9 @@ if(defined("POCKETMINE_COMPILE") and POCKETMINE_COMPILE === true){
}
set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH);
ini_set("memory_limit", "256M"); //Default
ini_set("memory_limit", "128M"); //Default
define("LOG", true);
define("START_TIME", microtime(true));
define("TEST_MD5", "1e0d28177b73dfd09f922502fe767bec");
define("MAJOR_VERSION", "Alpha_1.3dev");
define("CURRENT_STRUCTURE", 5);
define("CURRENT_PROTOCOL", 9);