Skip to content

Commit 03f5350

Browse files
use 12 vCPU and max-scale of 8 to show more parallism
1 parent 124dabc commit 03f5350

File tree

1 file changed

+5
-5
lines changed
  • beta/serverless-fleets/tutorials/docling

1 file changed

+5
-5
lines changed

beta/serverless-fleets/tutorials/docling/run

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ echo ibmcloud code-engine beta fleet create --name "fleet-${uuid}-1"
1010
echo " "--image $IMAGE
1111
echo " "--registry-secret fleet-registry-secret
1212
echo " "--worker-profile mx3d-24x240
13-
echo " "--max-scale 4
13+
echo " "--max-scale 8
1414
echo " "--tasks-from-local-file commands.jsonl
15-
echo " "--cpu 24
15+
echo " "--cpu 12
1616
echo " "--memory 120G
1717
echo " "--mount-data-store /input=fleet-input-store:/docling
1818
echo " "--mount-data-store /output=fleet-output-store:/docling
@@ -21,10 +21,10 @@ ibmcloud code-engine beta fleet create --name "fleet-${uuid}-1" \
2121
--image $IMAGE \
2222
--registry-secret fleet-registry-secret \
2323
--worker-profile mx3d-24x240 \
24-
--max-scale 4 \
24+
--max-scale 8 \
2525
--tasks-from-local-file commands.jsonl \
26-
--cpu 24 \
27-
--memory 240G \
26+
--cpu 12 \
27+
--memory 120G \
2828
--tasks-state-store fleet-task-store \
2929
--mount-data-store /input=fleet-input-store:/docling \
3030
--mount-data-store /output=fleet-output-store:/docling

0 commit comments

Comments
 (0)