We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2eebe commit 859cbd0Copy full SHA for 859cbd0
src/aleph/sdk/client/abstract.py
@@ -430,7 +430,7 @@ async def create_instance(
430
:param channel: Channel to use (Default: "TEST")
431
:param address: Address to use (Default: account.get_address())
432
: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)
+ :param memory: Memory in MB for the VM to be allocated (Default: 2048)
434
:param vcpus: Number of vCPUs to allocate (Default: 1)
435
:param timeout_seconds: Timeout in seconds (Default: 30.0)
436
:param allow_amend: Whether the deployed VM image may be changed (Default: False)
0 commit comments