One of my colleague says it is a memory overload issue but bit confused as the error says database corruption, can anyone please review this and give your recommendations:
Memory MemoryLoad = 54% Total Physical = 129023 MB Available Physical = 59183 MB Total Page File = 147455 MB Available Page File = 77538 MB Total Virtual = 134217727 MB Available Virtual = 134032950 MB
DBCC RESULTS
--------------------
<DbccResults>
<Dbcc ID="0" Error="8948" Severity="16" State="3">Database error: Page (1:291054) is marked with the wrong type i
n PFS page (1:283080). PFS status 0x70 expected 0x60.</Dbcc>
<Dbcc ID="1" Error="8906" Severity="16" State="1">Page (1:291054) in database ID 15 is allocated in the SGAM (1:3
) and PFS (1:283080), but was not allocated in any IAM. PFS flags 'IAM_PG MIXED_EXT ALLOCATED 0_PCT_FULL'.</Dbc
c>
<Dbcc ID="2" Error="8905" Severity="16" State="1">Extent (1:4624720) in database ID 15 is marked allocated in the
GAM, but no SGAM or IAM has allocated it.</Dbcc>
<Dbcc ID="3" Error="8954" Severity="10" State="1">CHECKDB found 3 allocation errors and 0 consistency errors not
associated with any single object.</Dbcc>
<Dbcc ID="4" Error="8989" Severity="10" State="1">CHECKDB found 3 allocation errors and 0 consistency errors in d
atabase 'AB_OLD_TOWN_IDIOTS'.</Dbcc>
<Dbcc ID="5" Error="8957" Severity="-1" State="1">DBCC CHECKDB ('AB_OLD_TOWN_IDIOTS') WITH no_infomsgs executed by
ABC17 user found 3 errors and repaired 0 errors. Elapsed time: 0 hours 17 minutes 1 seconds. I
nternal database snapshot has split point LSN = 001e2f9e:00084a82:0001 and first LSN = 001e2f9e:00084a80:0001.</D
bcc>
<Dbcc ID="6" Error="8958" Severity="10" State="1">repair_allow_data_loss is the minimum repair level for the erro
rs found by DBCC CHECKDB ('AB_OLD_TOWN_IDIOTS').</Dbcc>
</DbccResults>
* *******************************************************************************