AIG Live Traffic and Traffic Controller -- CTDs Due to Legacy File Change in SU10!

Yep that stuff seems to me more related to the other memory related issues on the SU9 bug report.

Anything that adds stuff on top on your RAM can cause such issues if memory handling does not work properly. There are some things which could lead to such exceptions, in general:

  • Faulty memory management/garbage collecting on the applications end
  • Too slow build up of the needed page file after RAM runs out (OS related issue)
  • Faulty RAM on your system

For the too slow build up of the page file there is a workaround provided by Microsoft as this is a known OS related issue if the files size is automatically set. I provided some information about this including the original MS article over here:

The goal of this procedure is to reserve possibly needed page space in advance so it has not to be estimated, reserved and build by Windows when needed.