Skip to content

Latest commit

 

History

History
86 lines (40 loc) · 1.19 KB

File metadata and controls

86 lines (40 loc) · 1.19 KB

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(serverDetails: DarknetServerDetails, threads?: number, player?: Person): number;

Parameters

Parameter

Type

Description

serverDetails

DarknetServerDetails

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