Skip to content

Commit 859cbd0

Browse files
RezaRahemtolaPsycojoker
authored andcommitted
fix(create_instance): Default memory in docstring
1 parent 1e2eebe commit 859cbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph/sdk/client/abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ async def create_instance(
430430
:param channel: Channel to use (Default: "TEST")
431431
:param address: Address to use (Default: account.get_address())
432432
:param sync: If true, waits for the message to be processed by the API server
433-
:param memory: Memory in MB for the VM to be allocated (Default: 128)
433+
:param memory: Memory in MB for the VM to be allocated (Default: 2048)
434434
:param vcpus: Number of vCPUs to allocate (Default: 1)
435435
:param timeout_seconds: Timeout in seconds (Default: 30.0)
436436
:param allow_amend: Whether the deployed VM image may be changed (Default: False)

0 commit comments

Comments
 (0)