hayesdavis / grackle

Lightweight Ruby library for the Twitter API that goes with the flow.
228 stars 36 forks source link

OpenStruct leads to memory leak #23

Open josephholsten opened 12 years ago

josephholsten commented 12 years ago

Unfortunately Ruby 1.8's OpenStruct leaks memory, so any long running process will get huge. We've had to stop using Grackle in production because of it.

See http://stackoverflow.com/a/4137908/16981

hayesdavis commented 12 years ago

Actually, I've noticed this myself. I have a fix in the works and will try to get it pushed out soon.

yaauie commented 12 years ago

ping?