This commit is contained in:
2024-10-16 08:54:50 +02:00
parent 70e62e8d25
commit f0f6d0d5fd

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