Masking jobs in the TDM Portal may fail with "Insufficient system memory in resource pool 'default'". This typically occurs during high-volume masking operations.
Sample log:
Message: There is insufficient system memory in resource pool 'default' to run this query.
SQLSTATE: S0135
Error code: 701
Error 701 indicates that SQL Server's database engine failed to allocate enough memory to execute the query. This usually happens because the query is requesting a massive memory grant, or the server is experiencing severe internal memory pressure.
Tune Masking options:
fetchSize and commitSize in your masking configuration (e.g., from 50,000 down to 10,000).Check Database Resource Governor:
Additional Info: