[
https://issues.apache.org/jira/browse/ARTEMIS-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram updated ARTEMIS-2400:
------------------------------------
Description:
When processing large messages (15MB) at high rates the following Oracle errors
occur:
{noformat}
ORA-04030: out of process memory
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
{noformat}
The errors seem to be caused by Artemis not calling the {{Blob.free()}} method.
was:
When processing large messages (15MB) at high rates the following Oracle errors
occur:
ORA-04030: out of process memory
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
The errors seem to be caused by Artemis not calling the Blob.free() method.
> Oracle temporary LOBs not properly released
> -------------------------------------------
>
> Key: ARTEMIS-2400
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2400
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Aris Prassinos
> Priority: Major
>
> When processing large messages (15MB) at high rates the following Oracle
> errors occur:
> {noformat}
> ORA-04030: out of process memory
> ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
> {noformat}
> The errors seem to be caused by Artemis not calling the {{Blob.free()}}
> method.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)