Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce memory bloat in ActiveRecord transactions #1477

Closed
AndreasWurm opened this issue Jun 4, 2011 · 3 comments
Closed

Reduce memory bloat in ActiveRecord transactions #1477

AndreasWurm opened this issue Jun 4, 2011 · 3 comments
Assignees

Comments

@AndreasWurm
Copy link

I just ran into this with AR 3.0.7 on jruby and im not quite sure if this is fixed in master.
Can someone shed some light on this?

follow up of #776

@ghost ghost assigned tenderlove Jun 4, 2011
@tenderlove
Copy link
Member

Hi! Unfortunately it's not fixed. The way presented in #776 won't work from Ruby to Ruby (or even on MRI for that matter). We need to make major changes to the way transactions work before we can clear this up.

I'm not sure why #776 was closed. :(

@rohitarondekar
Copy link
Contributor

All tickets imported from Lighthouse were closed, so it wasn't that specific one only. :)

@drogus
Copy link
Member

drogus commented Mar 3, 2012

Closing this as referenced issue is open, no need to duplicate.

@drogus drogus closed this as completed Mar 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants