Archive

Archive for March, 2010

Chrome Memory Leak in Linux

March 30th, 2010

I run Google Chrome 5.0.342.7 beta on my Ubuntu box. Every time that Chrome is left on overnight, the following morning its memory consumption is in the hundreds of MBs (300-400MB) and it is fully utilizing one of my cores while doing nothing. I usually leave the browser open with 2-3 simple HTML tabs open (no Flash or heavy JavaScript).

On occasion, when this happens, Chrome actually kills some of the offending tabs after a few minutes of me trying to unsuccessfully interact with them.

I certainly hope that this gets fixed as Chrome runs quite well on weak hardware, like me EEE notebook. However, I don’t appreciate overheating one of my cores all night long for doing nothing.

Google , , ,

Generate your own Wordpress Permalink without GUIDs from database

March 1st, 2010

If you are generating links to your blog articles via some other mechanism than Wordpress itself you usually have to use the guid database field. This is the unique global indentifier of the post. In reality it is not globally unique but only unique to your blog. Read more…

Databases, MySQL, Technical, apache, wordpress , , ,