Skip to content

Commit 234ef22

Browse files
authored
Merge pull request #99716 from MladjoA/patch-7
SQL Agent memory consumption known issue
2 parents 650425c + 537a962 commit 234ef22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/sql-database/sql-database-managed-instance-transact-sql-information.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ A managed instance places verbose information in error logs. There are many inte
528528

529529
## <a name="Issues"></a> Known issues
530530

531+
### SQL Agent jobs can be interrupted by Agent process restart
532+
533+
**Date:** Dec 2019
534+
535+
SQL Agent creates a new session each time job is started, gradually increasing memory consumption. To avoid hitting the internal memory limit which would block execution of scheduled jobs, Agent process will be restarted once its memory consumption reaches threshold. It may result in interrupting execution of jobs running at the moment of restart.
536+
531537
### In-memory OLTP memory limits are not applied
532538

533539
**Date:** Oct 2019

0 commit comments

Comments
 (0)