Enabling resource limits

Configure Adaptive Server to enable resource limits. Use allow resource limits configuration parameter:

sp_configure "allow resource limits", 1

1 enables the resource limits; 0 disables them. allow resource limits is static, so you must restart the server to reset the changes.

allow resource limits signals the server to allocate internal memory for time ranges, resource limits, and internal server alarms. It also internally assigns applicable ranges and limits to login sessions.

Setting allow resource limits to 1 also changes the output of showplan and statistics i/o, as follows: