Skip to content

Commit bbba0f3

Browse files
20220310 1127
1 parent 756b2fa commit bbba0f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-os-out-of-memory-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ monikerRange: "=azuresqldb-current||=azuresqldb-mi-current"
4242
|committed_memory_mb |int, not null |SOS committed memory in megabytes |
4343
|allocation_potential_memory_mb |int, not null |Memory available to the database engine instance for new allocations, in megabytes |
4444
|oom_factor |tinyint, not null | A value that provides additional information related to the OOM event, for internal use only|
45-
|oom_factor_desc |nvarchar(60), not null |Description of `oom_factor`, one of:<BR>0 - UNDEFINED<BR>1 - ALLOCATION_POTENTIAL<BR>2 - BLOCK_ALLOCATOR<BR>3 - ESCAPE_TIMEOUT<BR>4 - FAIL_FAST<BR>5 - MEMORY_POOL<BR>6 - EMERGENCY_ALLOCATOR<BR>7 - VIRTUAL_ALLOC<BR>8 - SIMULATED<BR>9 - BUF_ALLOCATOR<BR>10 - QUERY_MEM_QUEUE<BR>11 - FRAGMENT<BR>12 - INIT_DESCRIPTOR<BR>13 - MEMORY_POOL_PRESSURE<BR>14 - DESCRIPTOR_ALLOCATOR<BR>15 - DESCRIPTOR_ALLOCATOR_ESCAPE |
45+
|oom_factor_desc |nvarchar(60), not null |Description of `oom_factor`. For internal use only. One of:<BR>0 - UNDEFINED<BR>1 - ALLOCATION_POTENTIAL<BR>2 - BLOCK_ALLOCATOR<BR>3 - ESCAPE_TIMEOUT<BR>4 - FAIL_FAST<BR>5 - MEMORY_POOL<BR>6 - EMERGENCY_ALLOCATOR<BR>7 - VIRTUAL_ALLOC<BR>8 - SIMULATED<BR>9 - BUF_ALLOCATOR<BR>10 - QUERY_MEM_QUEUE<BR>11 - FRAGMENT<BR>12 - INIT_DESCRIPTOR<BR>13 - MEMORY_POOL_PRESSURE<BR>14 - DESCRIPTOR_ALLOCATOR<BR>15 - DESCRIPTOR_ALLOCATOR_ESCAPE |
4646
|oom_resource_pools |nvarchar(max), null | Resource pools that are out of memory, including memory usage statistics for each pool. This information is provided as a JSON value. |
4747
|top_memory_clerks |nvarchar(max), not null | Top memory clerks by memory consumption, including memory usage statistics for each clerk. This information is provided as a JSON value. |
4848
|top_resource_pools |nvarchar(max), not null | Top resource pools by memory consumption, including memory usage statistics for each resource pool. This information is provided as a JSON value. |

0 commit comments

Comments
 (0)