Skip to content

Commit

Permalink
Removing placeholders (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoepler committed Apr 28, 2024
1 parent 017cd09 commit d51e57c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/docs/getting-started/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,12 @@ Flag | Default | Description
`--memory` | 100MB ([source](/)) | Job Memory requirement (e.g. 500Mb, 2Gb, 8Gb).
`--gpu` | 0 ([source](/)) | Job GPU requirement (e.g. 1).

## WASM Executor

**TBD - research required**

### How it Works

When you specify hardware requirements, the job will be offered out to the network to see if there are any nodes that can satisfy the requirements. If there are, the job will be scheduled on the node and the executor will be started.


**TBD - research required:** If there are no nodes that can satisfy the requirements, the job will wait for a node to become available, until it times out [after 3 minutes](/).




## GPU Setup

Bacalhau supports GPU workloads. Learn how to run a job using GPU workloads with the Bacalhau client.
Expand Down

0 comments on commit d51e57c

Please sign in to comment.