Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 790 Bytes

bitburner.ns.upgradepurchasedserver.md

File metadata and controls

31 lines (18 loc) · 790 Bytes

Home > bitburner > NS > upgradePurchasedServer

NS.upgradePurchasedServer() method

Upgrade a purchased server's RAM.

Signature:

upgradePurchasedServer(hostname: string, ram: number): boolean;

Parameters

Parameter Type Description
hostname string Hostname of the server to upgrade.
ram number Amount of RAM of the purchased server, in GB. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20).

Returns:

boolean

True if the upgrade succeeded, and false otherwise.

Remarks

RAM cost: 0.25 GB