Files
bitburner-src/markdown/bitburner.darknet.getblockedram.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

873 B

Home > bitburner > Darknet > getBlockedRam

Darknet.getBlockedRam() method

Gets the amount of RAM blocked by the server owner's processes. This ram can be freed for use using memoryReallocation().

Signature:

getBlockedRam(host?: string): number;

Parameters

Parameter

Type

Description

host

string

(Optional) Optional. Hostname/IP of the server to check. Defaults to the running script's server.

Returns:

number

The amount of RAM blocked by the server owner's processes.

Remarks

RAM cost: 0 GB