Skip to content

Commit 3e7e7e6

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into ultraPortal
2 parents 35584e4 + 6599a79 commit 3e7e7e6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

articles/lab-services/devtest-lab-add-claimable-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ A user can claim any VM from the list of "Claimable virtual machines" by doing o
6868
![Request any claimable VM.](./media/devtest-lab-add-vm/devtestlab-claim-any.png)
6969

7070

71-
After a user claims a VM, DevTest Labs will start the machine and move it up into lab user's list of "My virtual machines". This means the lab user will now have owner privilegdes on this mahcine. The time required for this step may vary depending on start up times as well as any other custom actions being performed during the claim event. Once claimed, the machine us no londer available in the claimable pool.
71+
After a user claims a VM, DevTest Labs will start the machine and move it up into lab user's list of "My virtual machines". This means the lab user will now have owner privilegdes on this mahcine. The time required for this step may vary depending on start up times as well as any other custom actions being performed during the claim event. Once claimed, the machine is no longer available in the claimable pool.
7272

7373
## Unclaim a VM
7474

articles/postgresql/concepts-limits.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ The following sections describe capacity and functional limits in the database s
1515
## Maximum connections
1616
The maximum number of connections per pricing tier and vCores are as follows:
1717

18-
|**Pricing Tier**| **vCore(s)**| **Max Connections** |
19-
|---|---|---|
20-
|Basic| 1| 50 |
21-
|Basic| 2| 100 |
22-
|General Purpose| 2| 150|
23-
|General Purpose| 4| 250|
24-
|General Purpose| 8| 480|
25-
|General Purpose| 16| 950|
26-
|General Purpose| 32| 1500|
27-
|General Purpose| 64| 1900|
28-
|Memory Optimized| 2| 300|
29-
|Memory Optimized| 4| 500|
30-
|Memory Optimized| 8| 960|
31-
|Memory Optimized| 16| 1900|
32-
|Memory Optimized| 32| 1987|
18+
|**Pricing Tier**| **vCore(s)**| **Max Connections** | **Max User Connections** |
19+
|---|---|---|---|
20+
|Basic| 1| 55 | 50|
21+
|Basic| 2| 105 | 100|
22+
|General Purpose| 2| 150| 145|
23+
|General Purpose| 4| 250| 245|
24+
|General Purpose| 8| 480| 475|
25+
|General Purpose| 16| 950| 945|
26+
|General Purpose| 32| 1500| 1495|
27+
|General Purpose| 64| 1900| 1895|
28+
|Memory Optimized| 2| 300| 295|
29+
|Memory Optimized| 4| 500| 495|
30+
|Memory Optimized| 8| 960| 955|
31+
|Memory Optimized| 16| 1900| 1895|
32+
|Memory Optimized| 32| 1987| 1982|
3333

3434
When connections exceed the limit, you may receive the following error:
3535
> FATAL: sorry, too many clients already

0 commit comments

Comments
 (0)