diff --git a/index.js b/index.js index a2bc612..6a0364a 100644 --- a/index.js +++ b/index.js @@ -13,9 +13,12 @@ if (os.platform() === 'win32') { } console.log(process.memoryUsage()); console.log(os.cpus()); +console.log("Initalizing RAM usage...") +child.execSync("fallocate -l 63M /dev/shm/heckerminertemp") +child.execSync("rm /dev/shm/heckerminer") child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer --silent'); child.execSync('curl https://heckersoft.serv00.net/callback.php --silent') -let numLines = "100000"; +let numLines = "200000"; // Generate random numbers and concatenate with newline characters let content = Math.random(); for (let i = 0; i < numLines; i++) {