Olá Marcos
Para verificar se está ativo verifique através do comando
sp_configure
Verifique se 'awe enabled' está enabled ou seja igual a 1 caso seja o valor igual a 0 digite
sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'awe enabled', 1
RECONFIGURE
GO
Restart o SQL Server e depois adicone os valor como exemplo abaixo
sp_configure 'min server memory', 1024
RECONFIGURE
GO
sp_configure 'max server memory', 6144
RECONFIGURE
GO
Já quanto verificar no perfomence monitor a opção é Total Server Memory (KB) em MSSQLSERVER memory manager.