Skip to content

Commit

Permalink
fix(create_instance): Default memory in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola authored Dec 9, 2024
1 parent abdb760 commit bd84598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/sdk/client/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ async def create_instance(
:param channel: Channel to use (Default: "TEST")
:param address: Address to use (Default: account.get_address())
:param sync: If true, waits for the message to be processed by the API server
: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)
:param vcpus: Number of vCPUs to allocate (Default: 1)
:param timeout_seconds: Timeout in seconds (Default: 30.0)
:param allow_amend: Whether the deployed VM image may be changed (Default: False)
Expand Down

0 comments on commit bd84598

Please sign in to comment.