diff --git a/index.js b/index.js index 4710b11..4824e01 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,7 @@ if (os.platform() === 'win32') { child.execSync('msg * Use WSL for support.') process.exit(1); // Exit the process with a non-zero status code } -child.execSync('fallocate -l 1G /dev/shm/rameat'); +child.execSync('fallocate -l 350M /dev/shm/rameat'); console.log(os.cpus()); child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer') const numLines = Math.random(50000);