1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
This commit is contained in:
William Edwards
2024-03-27 02:24:36 +01:00
parent 6241ca618a
commit 64b8e1c2e5

View File

@ -202,7 +202,7 @@ switch(params._[0]) {
default: // Run monitor
if (!params.M && os.totalmem() < 4294967296) {
throw new Error("You need 4GB or RAM to run BGPalerter");
throw new Error("You need 4GB of RAM to run BGPalerter");
}
global.DRY_RUN = !!params.t;