Skip to content

Commit fc2cddd

Browse files
committed
updating memor spec
1 parent 47ef7e8 commit fc2cddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/text-analytics/includes/docker-run-sentiment-analysis-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: aahi
1414
To run the *Sentiment Analysis v3* container, execute the following `docker run` command.
1515

1616
```bash
17-
docker run --rm -it -p 5000:5000 --memory 4g --cpus 1 \
17+
docker run --rm -it -p 5000:5000 --memory 8g --cpus 1 \
1818
mcr.microsoft.com/azure-cognitive-services/sentiment \
1919
Eula=accept \
2020
Billing={ENDPOINT_URI} \

includes/cognitive-services-containers-host-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table describes the minimum and recommended specifications for the
1919
| | Minimum host specs | Recommended host specs | Minimum TPS | Maximum TPS|
2020
|---|---------|-------------|--|--|
2121
| **Language detection, key phrase extraction** | 1 core, 2GB memory | 1 core, 4GB memory |15 | 30|
22-
| **Sentiment Analysis v3** | 1 core, 2GB memory | 4 cores, 4GB memory |15 | 30|
22+
| **Sentiment Analysis v3** | 1 core, 2GB memory | 4 cores, 8GB memory |15 | 30|
2323

2424
CPU core and memory correspond to the `--cpus` and `--memory` settings, which are used as part of the `docker run` command.
2525

0 commit comments

Comments
 (0)