Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 718 Bytes

File metadata and controls

15 lines (9 loc) · 718 Bytes

Home > bitburner > RunningScript > dynamicRamUsage

RunningScript.dynamicRamUsage property

The dynamic RAM usage of (one thread of) this script instance. Does not affect overall RAM consumption (ramUsage is for that), but rather shows how much of the reserved RAM is currently in use via all the ns functions the script has called. Initially 1.6GB, this increases as new functions are called.

Only set for scripts that are still running.

Signature:

dynamicRamUsage: number | undefined;