Files
bitburner-src/markdown/bitburner.darknetformulas.getexpectedramblockremoved.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

1.2 KiB

Home > bitburner > DarknetFormulas > getExpectedRamBlockRemoved

DarknetFormulas.getExpectedRamBlockRemoved() method

Gets the expected amount off ram that will be freed by a call to dnet.memoryReallocation

Signature:

getExpectedRamBlockRemoved(darknetServerData: DarknetServerData, threads?: number, player?: Person): number;

Parameters

Parameter

Type

Description

darknetServerData

DarknetServerData

The server to check ram freed on.

threads

number

(Optional) The number of threads used in the memoryReallocation call. Optional, defaults to 1

player

Person

(Optional) The player object. Optional, defaults to the current player status

Returns:

number