bitburner.darknetformulas.getexpectedramblockremoved.md
May 12, 2026 ยท View on GitHub
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 |
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