記憶體配置失敗

Microsoft.Windows.Server.RRAS.Memoryallocationfailure (UnitMonitor)

網路位址轉譯 (NAT) 通訊協定發生記憶體配置失敗。

Knowledge Base article:

摘要

網路位址轉譯 (NAT) 通訊協定發生記憶體配置失敗。

原因

此錯誤最常見的原因,是系統中沒有足夠的可用記憶體。

解決方案

如果伺服器記憶體不足,請採取適當的動作來增加可用的記憶體。如需有關記憶體不足的資訊,請參閱說明及支援中心。

其他

範例事件 1: DHCP 配置器無法配置 %1 位元組記憶體。這表示系統的虛擬記憶體不足,或是記憶體管理員發生內部錯誤。

範例事件 2: DNS proxy 代理程式無法配置 %1 位元組記憶體。這表示系統的虛擬記憶體不足,或是記憶體管理員發生內部錯誤。

範例事件 3: 網路位址轉譯器 (NAT) 無法配置 %1 位元組。這表示系統的虛擬記憶體不足,或是記憶體管理員發生內部錯誤。

範例事件 4: H.323 Transparent Proxy 無法配置 %1 位元組記憶體。這表示系統的虛擬記憶體不足,或是記憶體管理員發生內部錯誤。

Element properties:

TargetMicrosoft.Windows.Server.RRAS.2008.Server
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
記憶體配置失敗
網路位址轉譯 (NAT) 通訊協定發生記憶體配置失敗。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.RRAS.Memoryallocationfailure" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.RRAS.2008.Server" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.RRAS.Memoryallocationfailure_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(30003|31004|32002|34002)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>SharedAccess_NAT|ipnathlp</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>