Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion canfar/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def create(

Notes:
- If cores and ram are not specified, the session will be created with
flexible resource allocation of upto 8 cores and 32GB of RAM.
flexible resource allocation of up to 16 cores and 32GB of RAM.
- The name of the session suffixed with the replica number. eg. test-42
when replicas > 1.
- Each container will have the following environment variables injected:
Expand Down
2 changes: 1 addition & 1 deletion docs/platform/sessions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Interactive sessions provide on-demand access to pre-configured computing enviro

**Advantages:**
- Faster session startup
- Can burst to higher resource usage when available
- Can burst to higher resource usage (up to 16 cores and 32GB of memory) when available
- Optimal for interactive work and development

**Best For:**
Expand Down
Loading