Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.0
-
None
Description
1. create a table with large records
2. create enough records that they no longer fit in memory
3. use ctxt.deleteObject() to mark all objects for deletion
=>
Out of memory exception
I'm was working on IncrementalFaultList support for weakly referenced pages while I saw this problem. I need more evidence and testcode, but just making a not of this problem for now.