Update index.js

This commit is contained in:
heckeralt 2024-09-04 13:15:59 -04:00
parent fefe426f01
commit 554125155e
1 changed files with 1 additions and 1 deletions

View File

@ -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);