Out of Memory After Fatal Crash of a Database
Irrecoverable errors, such as errors 846 and 994, invalidate a TimesTen database. However, the database remains in memory, which is only freed after all users have disconnected from the database. If the database is restarted while users are connected to the invalidated database, both old and new instances exist in memory at the same time. In this case, users could receive out-of-memory conditions. To prevent an "Out of memory"
error, disconnect all active connections at the time of the irrecoverable error before reconnecting. These irrecoverable errors are rare.