Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Gurgulio
Old
#3831  
Senior Member
Thanks Meter 12
Posts: 255
Join Date: Jun 2007
Location: Stuttgart
Quote:
Originally Posted by uberto.costanzo View Post
hi i have install now b 5 and work good i have little lags when i scroll widget page. how i can set cpu to 1800?? is dangereuse ? thanks for reply

Inviato dal mio GT-I9300 con Tapatalk 2
Any Download link for beta 5?

Gesendet von meinem GT-I9300 mit Tapatalk 2
 
Yank555
Old
(Last edited by Yank555; 5th August 2012 at 11:52 AM.)
#3832  
Yank555's Avatar
Senior Member
Thanks Meter 5933
Posts: 4,782
Join Date: Sep 2009
Quote:
Originally Posted by flinkebernt View Post
Regarding your thoughts about swap file vs. swap partition, it seems you're wrong. They're accessed just as fast.

http://lkml.indiana.edu/hypermail/li...07.0/1690.html

But as you say, everyone is entitled to their own meaning
Well, on our server systems, swap is always a partition as well, and we're using SSD drives (so no access issues like hd). Fragmentation is one thing, and as I said, isn't important on flash drives. Filesystem overhead is neglegible, too, which I also said, but not non-existent, so ... I take what I can get. And speed is of the essence here anyway.

And my point also is to wear out a specific range of the memory at the end of the sd card, so should it wear out, you can still use the card by leaving that spot unpartitioned, if it's in the midst of your card, you can throw it away. And if it's in the midst of your internal sdcard, well you do that maths

Anyway, just trying to give my reasons why I prefer a partiton, I'll use it this way anyway, I don't need everybody to agree with me on this But would not want people going, oops, damn, had I known this ...

JP.

PS: Consider also the link you posted spoke about a computer system with harddrives, not a phone, if I'm not mistaken (--> 2005, Android initial release = September 20, 2008).

Sent from my custom ARHD 2.2.1 / SiyahKernel v1.5b4 powered Samsung Galaxy S3 using xda premium
SGS3 GT-I9300
Samsung SDXC 64Gb FAT32 / PhilZ Touch 5.03.7 / SlimBean 5
Yank555.lu CM10.1 kernel v1.6a-beta2 (3.0.79) @0.2-1.6GHz / 240dpi

My latests kernels : CM-AOSP-AOKP v1.6 (3.0.78) for i9300 & v1.5m (3.0.77) for i9305 / SGS3-U10 v3.4 (3.0.78) for i9300 & v3.3k (3.0.77) for i9305

Hardswap mods : SGS3 / Sensation / HD2

HTC Sensation XE & HD2
TF300TG 32Gb
The Following User Says Thank You to Yank555 For This Useful Post: [ Click to Expand ]
 
gokussjx
Old
(Last edited by gokussjx; 5th August 2012 at 12:00 PM.)
#3833  
gokussjx's Avatar
Recognized Contributor
Thanks Meter 3777
Posts: 2,001
Join Date: Jul 2011
Location: Eureka

 
DONATE TO ME
Quote:
Originally Posted by flinkebernt View Post
Regarding your thoughts about swap file vs. swap partition, it seems you're wrong. They're accessed just as fast.

http://lkml.indiana.edu/hypermail/li...07.0/1690.html

But as you say, everyone is entitled to their own meaning

Sent from my GT-I9300 using xda app-developers app
Yank is right.
Basically, don't compare Linux on normal computers (running platter HDD) with portable Linux devices, running SSD.
Settings for each, preferences etc differ.
Another example: Deadline is the best scheduler for SSD such as our smart phones... but deadline sucks on HDD

SWAP works great on SSD, filesystem or partition. But always safer used over External memory, instead of internal. Extreme case,
any corrupt sectors or memory issues, your phone might become useless.


 

Devices: Galaxy S III GT-I9300 | Galaxy S GT-I9000
ROMs: AOSPA
Kernels: Siyah | Devil
Modems: XXLF2 | AUCKF1

Press 'Thanks' if I helped you


I have ORD.
The Following User Says Thank You to gokussjx For This Useful Post: [ Click to Expand ]
 
radeonxt
Old
#3834  
radeonxt's Avatar
Senior Member
Thanks Meter 226
Posts: 666
Join Date: Jan 2008
http://forum.xda-developers.com/show....php?t=1369817
Q. "Best I/O Scheduler?"
A.There is nothing called "best" i/o scheduler. Depending on your usage environment and tasks/apps been run, use different schedulers. That's the best i can suggest.
However, considering the overall performance, battery, reliability and low latency, it is believed that
SIO > Noop > Deadline > VR > BFQ > CFQ, given all schedulers are tweaked and the storage used is a flash device.
 
Yank555
Old
#3835  
Yank555's Avatar
Senior Member
Thanks Meter 5933
Posts: 4,782
Join Date: Sep 2009
Quote:
Originally Posted by radeonxt View Post
http://forum.xda-developers.com/show....php?t=1369817
Q. "Best I/O Scheduler?"
A.There is nothing called "best" i/o scheduler. Depending on your usage environment and tasks/apps been run, use different schedulers. That's the best i can suggest.
However, considering the overall performance, battery, reliability and low latency, it is believed that
SIO > Noop > Deadline > VR > BFQ > CFQ, given all schedulers are tweaked and the storage used is a flash device.
The important statement here being :

Quote:
Depending on your usage environment and tasks/apps been run, use different schedulers. That's the best i can suggest.
Noone can tell it for you, you need to experiment and find your own way.

Life's not always easy on us, and sometime we just need to do the (dirty) work ourselves

JP.
SGS3 GT-I9300
Samsung SDXC 64Gb FAT32 / PhilZ Touch 5.03.7 / SlimBean 5
Yank555.lu CM10.1 kernel v1.6a-beta2 (3.0.79) @0.2-1.6GHz / 240dpi

My latests kernels : CM-AOSP-AOKP v1.6 (3.0.78) for i9300 & v1.5m (3.0.77) for i9305 / SGS3-U10 v3.4 (3.0.78) for i9300 & v3.3k (3.0.77) for i9305

Hardswap mods : SGS3 / Sensation / HD2

HTC Sensation XE & HD2
TF300TG 32Gb
The Following User Says Thank You to Yank555 For This Useful Post: [ Click to Expand ]
 
gokussjx
Old
(Last edited by gokussjx; 5th August 2012 at 12:37 PM.)
#3836  
gokussjx's Avatar
Recognized Contributor
Thanks Meter 3777
Posts: 2,001
Join Date: Jul 2011
Location: Eureka

 
DONATE TO ME
Quote:
Originally Posted by radeonxt View Post
http://forum.xda-developers.com/show....php?t=1369817
Q. "Best I/O Scheduler?"
A.There is nothing called "best" i/o scheduler. Depending on your usage environment and tasks/apps been run, use different schedulers. That's the best i can suggest.
However, considering the overall performance, battery, reliability and low latency, it is believed that
SIO > Noop > Deadline > VR > BFQ > CFQ, given all schedulers are tweaked and the storage used is a flash device.
Quote:
Originally Posted by Yank555 View Post
The important statement here being :

Noone can tell it for you, you need to experiment and find your own way.
Agreed.
Rephrase: By MY tests, I found Deadline to be best...since SGS days.

PS: Read this: http://forum.xda-developers.com/show...59&postcount=4
& Q. No. 7, in this: http://forum.xda-developers.com/show...80&postcount=5

Try it, you'll know why. Although, beware, SIO gives better Benchmark results than NOOP, & yet, not actually always faster in terms of User Response. (Doesn't mean its slower, but not faster). Same applies to many. These, just can't be generalized for everyone, or every device.


 

Devices: Galaxy S III GT-I9300 | Galaxy S GT-I9000
ROMs: AOSPA
Kernels: Siyah | Devil
Modems: XXLF2 | AUCKF1

Press 'Thanks' if I helped you


I have ORD.
 
radeonxt
Old
#3837  
radeonxt's Avatar
Senior Member
Thanks Meter 226
Posts: 666
Join Date: Jan 2008
i will wait for the general consensus of the experts on what's best for sgs3.
 
KMino
Old
#3838  
Senior Member
Thanks Meter 63
Posts: 426
Join Date: Sep 2010
Update for zram settings that I have been using. 50 Swappiness, 60 Pressure.
Has been running great last night. Back to STweaks defaults (Linux cfs) now to see if it lags/errors etc again like it did on first flash.

Sent from my GT-I9300 using xda app-developers app
 
minipaolo
Old
#3839  
Senior Member
Thanks Meter 15
Posts: 243
Join Date: Jun 2011
I have tried many times switching from SIO to CFQ to Deadline.. and honestly I cannot see any difference.

Sorry.
 
jnr21
Old
#3840  
jnr21's Avatar
Senior Member
Thanks Meter 1006
Posts: 2,768
Join Date: Aug 2007
Location: Helsinki
Quote:
Originally Posted by Gurgulio View Post
Any Download link for beta 5?

Gesendet von meinem GT-I9300 mit Tapatalk 2
Beta 5 is not released yet.
Phone: Samsung Galaxy S III
Rom#1: null_ ODEXED @ 240dpi
Kernel: Siyah
Theme/Framework: JB Domination/JKAY Deluxe framework/ICS animations

Rom#2: SuperNexus
Kernel: Siyah

Phone#2: Samsung Galaxy Pocket
Rom: Stock (rooted)
Kernel: Stock

Press thanks if i helped you.
Get free Dropbox + 250mb extra space!

 
Post Reply+
Tags
battery life, big bang of all kernels, dual boot, god - gm - humans, kernelgasm, king of kernels, legendary, lyn's choice, megan fox of kernels, smooth
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...