Details
Description
The following query raises an OutOfMemoryError:
if> select a.alias, a.aliastype
from sys.sysaliases a
where a.javaclassname like 'org.apache.derby.catalog.SystemProcedures%';
ERROR XJ001: Java exception: 'Requested array size exceeds VM limit: java.lang.OutOfMemoryError'.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6481 Derby 10.10 backport issue (winter/spring 2014)
- Closed