This commit is contained in:
danielyxie
2018-05-22 19:09:04 -05:00
parent f403bd14b7
commit 565f0dd517
25 changed files with 18392 additions and 17208 deletions

View File

@@ -648,7 +648,7 @@ purchaseServer
.. js:function:: purchaseServer(hostname, ram)
: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.)
: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)
Purchased a server with the specified hostname and amount of RAM.