memory leak

Ruby Lazy chunked hash like behavior

2 minute read

When we want to iterate a long list, we can simply write a query and get a cursor, ActiveRecord will do all the heavy lifting for us.What happens when we nee...

Rubymine on OSX memory issues

less than 1 minute read

I found this only today, you should run Rubymine as 32 bit process.It works much faster and consume half the memory.To set this got to the Applicaitons folde...

WCF client side proxy memory leaks

1 minute read

Today I ran into a guy who worked with me on my previous project.On that project I was responsible to rewrite the WCF channels (proxies) generation managemen...