sync
This commit is contained in:
@@ -38,7 +38,7 @@ export async function main(ns) {
|
|||||||
nMaxThreads += entry.maxRam / 1.75;
|
nMaxThreads += entry.maxRam / 1.75;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
let nMaxThreadsINT = Math.floor(nMaxThreads);
|
let nMaxThreadsINT = Math.floor(nMaxThreads-32);
|
||||||
ns.print("nMaxThreadsINT = " + nMaxThreadsINT);
|
ns.print("nMaxThreadsINT = " + nMaxThreadsINT);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user