80460 hard fork
This commit is contained in:
@@ -69,10 +69,7 @@ if (file_exists("tmp/db-update")) {
|
|||||||
$ramb=explode("kB",$ramz[1]);
|
$ramb=explode("kB",$ramz[1]);
|
||||||
$ram=intval(trim($ramb[0]));
|
$ram=intval(trim($ramb[0]));
|
||||||
if($ram<1700000) {
|
if($ram<1700000) {
|
||||||
#die("The node requires at least 2 GB of RAM");
|
die("The node requires at least 2 GB of RAM");
|
||||||
}
|
|
||||||
if($_config['masternode']==true && $ram<7000000){
|
|
||||||
die("The masternode require at least 8GB of RAM");
|
|
||||||
}
|
}
|
||||||
$res = unlink("tmp/db-update");
|
$res = unlink("tmp/db-update");
|
||||||
if ($res) {
|
if ($res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user