Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2b44d44

Browse files
committed
Removed default values from ALTER EXTERNAL RESOURCE POOL
1 parent f7055aa commit 2b44d44

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/t-sql/statements/alter-external-resource-pool-transact-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "ALTER EXTERNAL RESOURCE POOL (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "07/24/2019"
4+
ms.date: "08/07/2019"
55
ms.prod: sql
66
ms.reviewer: ""
77
ms.technology: machine-learning
@@ -63,21 +63,21 @@ Is the name of an existing user-defined external resource pool or the default ex
6363

6464

6565
MAX_CPU_PERCENT =*value*
66-
Specifies the maximum average CPU bandwidth that all requests in the external resource pool can receive when there is CPU contention. *value* is an integer with a default setting of 100. The allowed range for *value* is from 1 through 100.
66+
Specifies the maximum average CPU bandwidth that all requests in the external resource pool can receive when there is CPU contention. *value* is an integer. The allowed range for *value* is from 1 through 100.
6767

6868

6969
AFFINITY {CPU = AUTO | ( \<CPU_range_spec> ) | NUMANODE = (\<NUMA_node_range_spec>)}
70-
Attach the external resource pool to specific CPUs. The default value is AUTO.
70+
Attach the external resource pool to specific CPUs.
7171

7272
AFFINITY CPU = **(** \<CPU_range_spec> **)** maps the external resource pool to the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] CPUs identified by the given CPU_IDs. When you use AFFINITY NUMANODE = **(** \<NUMA_node_range_spec> **)**, the external resource pool is affinitized to the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] physical CPUs that correspond to the given NUMA node or range of nodes.
7373

7474

7575
MAX_MEMORY_PERCENT =*value*
76-
Specifies the total server memory that can be used by requests in this external resource pool. *value* is an integer with a default setting of 100. The allowed range for *value* is from 1 through 100.
76+
Specifies the total server memory that can be used by requests in this external resource pool. *value* is an integer. The allowed range for *value* is from 1 through 100.
7777

7878

7979
MAX_PROCESSES =*value*
80-
Specifies the maximum number of processes allowed for the external resource pool. Specify 0 to set an unlimited threshold for the pool, which is thereafter bound only by computer resources. The default is 0.
80+
Specifies the maximum number of processes allowed for the external resource pool. Specify 0 to set an unlimited threshold for the pool, which is thereafter bound only by computer resources.
8181

8282
## Remarks
8383

0 commit comments

Comments
 (0)