mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
Update purchaseServer docs to account for BitNode 10
BitNode 10 reduces the maximum RAM a purchased server can have so encouraging the use of getPurchasedServerMaxRam() instead of a hardcoded value of 2 ^ 20
This commit is contained in:
parent
d75ff5d95b
commit
1f4f6bd179
@ -4,7 +4,7 @@ purchaseServer() Netscript Function
|
|||||||
.. js:function:: purchaseServer(hostname, ram)
|
.. js:function:: purchaseServer(hostname, ram)
|
||||||
|
|
||||||
:param string hostname: Hostname of the purchased server
|
:param string hostname: Hostname of the purchased server
|
||||||
:param number ram: Amount of RAM of the purchased server. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of 1048576 (2^20)
|
:param number ram: Amount of RAM of the purchased server. Must be a power of 2 (2, 4, 8, 16, etc.). Maximum value of getPurchasedServerMaxRam()
|
||||||
:RAM cost: 2.25 GB
|
:RAM cost: 2.25 GB
|
||||||
|
|
||||||
Purchased a server with the specified hostname and amount of RAM.
|
Purchased a server with the specified hostname and amount of RAM.
|
||||||
|
Loading…
Reference in New Issue
Block a user