Skip to content

Commit

Permalink
docs: add CPU and GPU type (#5060)
Browse files Browse the repository at this point in the history
* docs: add CPU and GPU type

* chore: fix typos

Co-authored-by: Han Xiao <han.xiao@jina.ai>
  • Loading branch information
tarrantro and hanxiao committed Aug 12, 2022
1 parent d8f6f41 commit 731d492
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/fundamentals/jcloud/resources.md
Expand Up @@ -26,6 +26,8 @@ executors:

By default, `0.1 (1/10 of a core)` CPU is allocated to each Executor. You can use `cpu` arg under `resources` to customise it.

JCloud offers the general Intel Xeon processor (Skylake 8175M or Cascade Lake 8259CL) by default.

```{note}
Maximum of 16 cores is allowed per Executor.
```
Expand Down Expand Up @@ -83,7 +85,9 @@ executors:

#### GPU

JCloud supports GPU workloads with two different usages - `shared` & `dedicated`.
JCloud supports GPU workloads with two different usages: `shared` or `dedicated`.

If GPU is enabled, JCloud will provide NVIDIA A10G Tensor Core GPUs for workloads in both usage types.

```{note}
When using GPU resources, it may take few extra mins until all Executors ready to serve traffic.
Expand Down

0 comments on commit 731d492

Please sign in to comment.