Compare commits

..

2 Commits

View File

@@ -38,7 +38,7 @@ export async function main(ns) {
nMaxThreads += entry.maxRam / 1.75;
}
})
let nMaxThreadsINT = Math.floor(nMaxThreads);
let nMaxThreadsINT = Math.floor(nMaxThreads-32);
ns.print("nMaxThreadsINT = " + nMaxThreadsINT);