Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit b03795d

Browse files
authored
Add troubleshooting section to Bedrock and adapt default model (#1586)
1 parent 81d363e commit b03795d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

content/en/references/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This section covers configuration options that are specific to certain AWS servi
9595
| Variable | Example Values | Description |
9696
| - | - | - |
9797
| `BEDROCK_PREWARM` | `0` (default) \| `1` | Pre-warm the Bedrock engine directly on LocalStack startup instead of on demand. |
98-
| `DEFAULT_BEDROCK_MODEL` | `mistral` (default) | The model to use to handle text model invocations in Bedrock. Any text-based model available for Ollama is usable. |
98+
| `DEFAULT_BEDROCK_MODEL` | `smollm2` (default) | The model to use to handle text model invocations in Bedrock. Any text-based model available for Ollama is usable. |
9999

100100
### BigData (EMR, Athena, Glue)
101101

content/en/user-guide/aws/bedrock/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ $ awslocal bedrock create-model-invocation-job \
127127

128128
The results will be at the S3 URL `s3://out-bucket/12345678/batch_input.jsonl.out`
129129

130+
## Troubleshooting
131+
132+
Users of Docker Desktop on macOS might run into the issue of Bedrock becoming unresponsive after some usage.
133+
A common reason for that is insufficient storage or memory space in the Docker Desktop VM.
134+
To resolve this issue you can increase those amounts directly in Docker Desktop or clean up unused artifacts with the Docker CLI like this
135+
136+
{{< command >}}
137+
$ docker system prune
138+
{{< / command >}}
139+
130140
## Limitations
131141

132142
* At this point, we have only tested text-based models in LocalStack.

0 commit comments

Comments
 (0)