File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
beta/serverless-fleets/tutorials/docling Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ echo ibmcloud code-engine beta fleet create --name "fleet-${uuid}-1"
1010echo " " --image $IMAGE
1111echo " " --registry-secret fleet-registry-secret
1212echo " " --worker-profile mx3d-24x240
13- echo " " --max-scale 4
13+ echo " " --max-scale 8
1414echo " " --tasks-from-local-file commands.jsonl
15- echo " " --cpu 24
15+ echo " " --cpu 12
1616echo " " --memory 120G
1717echo " " --mount-data-store /input=fleet-input-store:/docling
1818echo " " --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
You can’t perform that action at this time.
0 commit comments