History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1708
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Subrata Saha
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Memory Leak while sending Text/Stream Message of size 512 kb or more with MySql persistance

Created: 02/May/08 03:05 AM   Updated: 07/May/08 03:02 AM
Component/s: None
Affects Version/s: 5.0.0
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive BugAttachment.zip (8 kb)

Environment: My activeMQ is running on Linux box. I sees the gradual shoot up of Memory. which causes some exception.


 Description  « Hide
steps to following to reproduce the problem::

1) ActiveMQ is running on Linux box . MySql is configured as persistance data base.

2) Write a simple producer and consumer program which produces/consumes from five different queue.

3) while producer and consumer running at the same time (send 1000000 messages in a for loop)
You can see its memory being eaten up in the Linux server.

4) after soem time consuming some 300 or so messages it will end up with an exception.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Subrata Saha - 07/May/08 02:53 AM - edited
Sorry i forgot
the message size is starting from 16kb
and keep on increasing data size as 512 kb and then 1mb etc...

Subrata Saha - 07/May/08 03:00 AM
And the memory limit never goes down , even if you stop the producer and consumer program.