Description
TriggerTest.testBlobInTriggerTable() runs some tests with relatively large (7MB) LOBs. These LOBs are created by allocating 7MB arrays and wrapping them in ByteArrayInputStreams. It would require less memory if it used LoopingAlphabetStreams instead.