Compare commits
2
Commits
3f60895879
...
15cbb17a3d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15cbb17a3d | ||
|
|
f0f6d0d5fd |
@@ -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