From f0f6d0d5fd67ca535c6d8094207d3ae722929558 Mon Sep 17 00:00:00 2001 From: Mizzajl Date: Wed, 16 Oct 2024 08:54:50 +0200 Subject: [PATCH] sync --- Mizzajl/home/lowram/lowhgw2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mizzajl/home/lowram/lowhgw2.js b/Mizzajl/home/lowram/lowhgw2.js index 52055c2..33ba8c8 100644 --- a/Mizzajl/home/lowram/lowhgw2.js +++ b/Mizzajl/home/lowram/lowhgw2.js @@ -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);