The Following User Says Thank You to Texrat For This Useful Post: | ||
|
2008-03-08
, 21:03
|
Posts: 393 |
Thanked: 112 times |
Joined on Jul 2007
|
#12
|
The Following User Says Thank You to yabbas For This Useful Post: | ||
|
2008-03-08
, 23:36
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#13
|
|
2008-03-10
, 05:24
|
Posts: 2 |
Thanked: 2 times |
Joined on Feb 2008
|
#14
|
|
2008-03-10
, 06:02
|
Posts: 47 |
Thanked: 5 times |
Joined on Mar 2008
|
#15
|
|
2008-03-10
, 07:34
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#16
|
I took only the Mozilla changes, and I don't even have enough Linux skillz to edit the prefs.js file, so I made all of the changes by setting them right in the browser with about:config. It has really made a difference to page drawing and general browsing performance! Much gratitude for these tips, it has increased my enjoyment of my 810. I love many things about this machine, but browsing speed has always been a bit frustrating. The fact that Opera on my Blackberry 8300 could render pages faster, with comparable layout and functionality just seemed wrong! This has essentially sped up the 810 to be just about as fast.
For any other noobs out there, the about:config method is incredibly slow (put aside 30 min to make the changes, the 810 will look like it has hung on each parameter update... hell, loading the about:config page will lock your machine for a few minutes) but it seems pretty safe and it works.
Cheers
|
2008-03-10
, 10:21
|
Posts: 55 |
Thanked: 6 times |
Joined on Feb 2008
|
#17
|
|
2008-03-10
, 13:10
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#18
|
|
2008-03-10
, 13:56
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#19
|
I think the vm swappiness needs to be adjusted out of the box. The default value is '1' and it means the IT will hardly use the swap. I've set mine to '30' and it feels a bit snappier. One question I have is 'how do you make the settings stick inbetween reboots?, as I can't seem to find /etc/sysctl.conf file?
#! /bin/sh case "$1" in start) sysctl -p > /dev/null ;; *) echo "Usage: $0 {start}" exit 1 ;; esac
# tweak tcp net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_sack = 1 net.ipv4.tcp_keepalive_time = 1800 net.ipv4.tcp_fin_timeout = 10 net.ipv4.tcp_timestamps = 0 net.ipv4.tcp_dsack = 1 net.ipv4.tcp_max_syn_backlog = 96 net.ipv4.tcp_ecn = 1 net.core.rmem_max = 2097152 net.core.wmem_max = 2097152 net.ipv4.tcp_rmem = 16384 65536 2097152 net.ipv4.tcp_wmem = 16384 32768 2097152 # Make the system a little more swap happy vm.swappiness = 50 vm.vfs_cache_pressure = 200 # Lower the amount of free ram before the kernel kicks it up a notch vm.min_free_kbytes = 512 # swap early vm.dirty_background_ratio = 5 vm.dirty_ratio = 20 # This is flash, we don't face the same latency penalty as a HD so don't prefetch pages # from swap vm.page-cluster = 2
With the about:config, did you just type that into your browser and then start adding the new command lines? How did you add the 32MB swap file?
The Following 8 Users Say Thank You to brontide For This Useful Post: | ||
|
2008-03-10
, 14:03
|
Posts: 98 |
Thanked: 3 times |
Joined on Nov 2007
@ Knightdale, NC
|
#20
|
Speeding up the tablet isn't *quite* as simple as brontide's post made it seem, BUT his work has value nonetheless. It's a starting point.
Nokia Developer Champion
Different <> Wrong | Listen - Judgment = Progress | People + Trust = Success
My personal site: http://texrat.net