From 27c91946f951ec30e49e791b9839d9856d8a4e7f Mon Sep 17 00:00:00 2001 From: zincob Date: Wed, 2 Oct 2024 11:02:17 +0200 Subject: [PATCH] Update spark-compute.md Spark VCores in the text is mentioned as 128 but in the table is 384. Table have been updated with 128 --- docs/data-engineering/spark-compute.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/data-engineering/spark-compute.md b/docs/data-engineering/spark-compute.md index a5fe5e7313..1eb05cec39 100644 --- a/docs/data-engineering/spark-compute.md +++ b/docs/data-engineering/spark-compute.md @@ -54,11 +54,11 @@ Possible custom pool configurations for F64 based on the previous example: | Fabric capacity SKU | Capacity units | Spark VCores | Node size | Max number of nodes | |--|--|--|--|--| -| F64 | 64 | 384 | Small | 96 | -| F64 | 64 | 384 | Medium | 48 | -| F64 | 64 | 384 | Large | 24 | -| F64 | 64 | 384 | X-Large | 12 | -| F64 | 64 | 384 | XX-Large | 6 | +| F64 | 64 | 128 | Small | 32 | +| F64 | 64 | 128 | Medium | 16 | +| F64 | 64 | 128 | Large | 8 | +| F64 | 64 | 128 | X-Large | 4 | +| F64 | 64 | 128 | XX-Large | 2 | > [!NOTE] > To create custom pools, you need **admin** permissions for the workspace. And the Microsoft Fabric capacity admin must grant permissions to allow workspace admins to size their custom Spark pools. To learn more, see [Get started with custom Spark pools in Fabric](create-custom-spark-pools.md)