Page 1 of 1

MEGA gnome performance boost

Posted: Tue Mar 20, 2007 3:42 pm
by hairy_Palms
Hi,

For the past while I've been experiencing poor performance in GNOME; for example, opening a gnome terminal can take 5-10 seconds on a system that's been running for a while (and with another gnome terminal already open). Having done some research, I found this thread: http://forums.gentoo.org/viewtopic-t...ighlight-.html

Checking my /etc/hosts, I saw:

Code:

127.0.0.1 localhost
127.0.1.1 inspiron

...so I added my hostname to the first line:

Code:

127.0.0.1 localhost inspiron
127.0.1.1 inspiron

(Replace "inspiron" with your hostname)

you should notice a crazy performance boost


REASONS

Explanation why.

This is a fix for the new system that was started back in edgy where the host name was split off to 127.0.1.1, the problem is that some applications still look for the host name @ 127.0.0.1, so to keep those applications happy and running smoothly you simple need to add the host name where those applications expect it to be.

Hope that helps explain the reason understandably.

Posted: Tue Mar 20, 2007 4:13 pm
by Husse
Thanks!!
The boost is astounding!

Posted: Tue Mar 20, 2007 6:11 pm
by clem

Posted: Tue Mar 20, 2007 6:14 pm
by clem
Hi,

Please publish a tutorial on this in the Community Portal.

http://www.linuxmint.com/wiki/index.php ... ity_Portal

Clem

Posted: Tue Mar 20, 2007 10:04 pm
by hairy_Palms
i cant figure out how to add a new page on the wiki.... :(

Posted: Wed Mar 21, 2007 4:37 am
by gabhla
Saw this yesterday in the Ubuntu forums and tried it out. While it's beyond me why, it does speed things up.

Posted: Wed Mar 21, 2007 6:04 am
by clem

Posted: Wed Mar 21, 2007 7:16 am
by hairy_Palms
thhanks husse for the pm and thanks clem for putting up the page :)