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

Memory Leak #94

Closed
lancecarlson opened this issue Jul 21, 2010 · 5 comments
Closed

Memory Leak #94

lancecarlson opened this issue Jul 21, 2010 · 5 comments

Comments

@lancecarlson
Copy link
Contributor

I just realized this library was leaking memory like crazy.

I'm using ruby 1.9.2dev (2010-07-02 revision 28524) [x86_64-linux] and rails3 (rc4).

I've since removed this library from the dependency list as I don't have enough time to diagnose the issue right now but. It was adding 1-4 MB's to my process on every request.

@artemk
Copy link
Collaborator

artemk commented Dec 18, 2011

can not suggest anything

@artemk artemk closed this as completed Dec 18, 2011
@pjungwir
Copy link

I hit the same issue (running JRuby 1.6.7.2 in 1.9 mode with activerecord-jdbcpostgresql-adapter 1.2.2). I was creating objects with about 10k tags each, and I could only create about 1.5 objects before running out of memory. Jobs without tags could run all day without a problem. I wound up writing my own tagging gem (heavily indebted to acts-as-taggable-on), called taglish.

@ghost
Copy link

ghost commented Nov 11, 2013

@pjungwir How did you even get this installed on JRuby? It requires sqlite3 which fails for me.

@pjungwir
Copy link

@tesserakt I don't think acts-as-taggable-on is specific to sqlite3. It's implemented in ActiveRecord, and I believe it is designed to support at least sqlite3, mysql, and postgres--probably others.

@ghost
Copy link

ghost commented Nov 11, 2013

Yes but it requires the non-JDBC gems which fail on bundle install.

On Mon, Nov 11, 2013 at 3:39 PM, Paul A Jungwirth
notifications@github.comwrote:

@tesserakt https://github.com/tesserakt I don't think
acts-as-taggable-on is specific to sqlite3. It's implemented in
ActiveRecord, and I believe it is designed to support at least sqlite3,
mysql, and postgres--probably others.


Reply to this email directly or view it on GitHubhttps://github.com//issues/94#issuecomment-28236519
.

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

3 participants