[
https://issues.apache.org/jira/browse/DERBY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911919#comment-13911919
]
ASF subversion and git services commented on DERBY-6477:
--------------------------------------------------------
Commit 1571790 from [~myrna] in branch 'code/branches/10.10'
[ https://svn.apache.org/r1571790 ]
DERBY-6477; OutOfMemoryError selecting from SYS.SYSALIASES
backport of revision 1567604 from trunk
> OutOfMemoryError selecting from SYS.SYSALIASES
> ----------------------------------------------
>
> Key: DERBY-6477
> URL: https://issues.apache.org/jira/browse/DERBY-6477
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.11.0.0
> Reporter: Rick Hillegas
> Assignee: Knut Anders Hatlen
> Fix For: 10.11.0.0
>
> Attachments: d6477-1a-disable-optimization.diff
>
>
> 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'.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)