Home > bitburner > DarknetFormulas > getExpectedRamBlockRemoved
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;|
Parameter |
Type |
Description |
|---|---|---|
|
serverDetails |
The server to check ram freed on. | |
|
threads |
number |
(Optional) The number of threads used in the memoryReallocation call. Optional, defaults to 1 |
|
player |
(Optional) The player object. Optional, defaults to the current player status |
Returns:
number