thinkpads.com Support Community Forum Index Bill Morrow's thinkpads.com Open Forum - The Original Thinkpad Support Forum
Follow ThinkpadsForum on Twitter
eCoupons
Save with Lenovo ThinkPad eCoupons
Exclusive 4% CASH BACK from eCoupons.com
Support this forum, shop at newmodeus.com
 
It is currently Wed May 22, 2013 4:34 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Turbo Memory Question
PostPosted: Tue Feb 02, 2010 5:54 pm 
Offline
Senior Member
Senior Member

Joined: Mon Jan 21, 2008 1:40 pm
Posts: 768
Location: Howell, New Jersey
Can someone tell me how to check my X200 and my X301 to see if I have turbo memory -- also, is turbo memory installed in a similar fashion as ram is installed -- i.e. just seat it in the ram slot/or turbo memory slot? I was looking at the ebay item below and wondering if I could use it on either my X200 or X301.


http://cgi.ebay.com/New-half-mini-2gb-t ... 72958661QQ

_________________
emtee3511
X200-7459-BW3(AFFS-Glossy) + X61-7674-Y23
+ X61s-7666-3EU + X60s-1702-CTO

+ X100e-3508-CTO
+ T410i-2516-73U + T410-2537-N71
+ T400-6474-R2U + T400-7417-11U


Top
 Profile  
 
 Post subject: Re: Turbo Memory Question
PostPosted: Tue Feb 02, 2010 10:44 pm 
Offline
Senior ThinkPadder
Senior ThinkPadder

Joined: Wed May 20, 2009 9:54 am
Posts: 2316
Location: near RTP, NC
If you don't have it, I wouldn't bother with it. It's not terribly useful unless you're highly RAM-constrained. If you are, you're better off putting the money towards more RAM.

_________________
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code:
Current laptop: Lenovo ThinkPad T420 (running Debian Wheezy) - kestrel [pending retirement]
Current workstation: IBM Intellistation 9228 (running FreeBSD 9.1) - blackbird


Top
 Profile  
 
 Post subject: Re: Turbo Memory Question
PostPosted: Tue Feb 02, 2010 10:54 pm 
Offline
Senior Member
Senior Member

Joined: Mon Jan 21, 2008 1:40 pm
Posts: 768
Location: Howell, New Jersey
I have four gig ram in both the X200 and the X301 -- but I've seen posts here and there about the turbo memory -- sounds like not something I may need, but I would like to understand what it is -- is it just a more "high-powered" ram and does it replace a regular ram stick? guess maybe I should just google, but I was hoping I might get an answer simple enough that I could understand -- I don't understand much more than hard drive and ram, but I would like to learn a bit as I go along -- thanks very much, ThinkRob, for your response :)

_________________
emtee3511
X200-7459-BW3(AFFS-Glossy) + X61-7674-Y23
+ X61s-7666-3EU + X60s-1702-CTO

+ X100e-3508-CTO
+ T410i-2516-73U + T410-2537-N71
+ T400-6474-R2U + T400-7417-11U


Top
 Profile  
 
 Post subject: Re: Turbo Memory Question
PostPosted: Wed Feb 03, 2010 12:43 pm 
Offline
Senior ThinkPadder
Senior ThinkPadder

Joined: Wed May 20, 2009 9:54 am
Posts: 2316
Location: near RTP, NC
emtee3511 wrote:
I have four gig ram in both the X200 and the X301 -- but I've seen posts here and there about the turbo memory -- sounds like not something I may need, but I would like to understand what it is -- is it just a more "high-powered" ram and does it replace a regular ram stick? guess maybe I should just google, but I was hoping I might get an answer simple enough that I could understand -- I don't understand much more than hard drive and ram, but I would like to learn a bit as I go along -- thanks very much, ThinkRob, for your response :)


It's more akin to a fast SSD, used for caching frequently-used binaries/libraries. If you've got plenty of RAM and a sane OS, however, the OS will be a lot more reluctant to page out said frequently-used code -- so there's a reduced benefit of having such a cache. Further, if you've got a fast disk, then "Turbo Memory" won't really help much, since paging in something from disk won't incur as much of a performance penalty. In fact, if you've got a fast SSD (such as an X25M/X25E), seek times and random access performance will be good enough that there's likely to be no benefit whatsoever from having that sort of cache available.

Now I haven't done any benchmarks myself -- but from what I've observed, the scenarios in which it is helpful are as follows:

1) You have limited RAM. "Pinning" frequently used programs to "Turbo Memory" will indeed allow them to be read from a fast, low-latency device in the (likely) event that they are evicted from main memory due to memory pressure.

2) You have a slow disk. "Pinning" an application allows it to be read from something faster than your disk.

3) You've got a normal disk under a heavy seek load. Again, reading from the cache will be faster than disk, plus it has the added benefit of not increasing the disk's outstanding request queue.

Scenarios in which it is of questionable benefit:

1) You have plenty of RAM and rarely use all of it. Any sane, modern OS will try to keep libraries, etc. around in RAM whenever possible. If you've got plenty of memory, chances are that you won't be doing a lot of completely-"cold" launches -- so having a fast cache from which to read application data is probably of little use.

2) You have a fast SSD. Yes, the bandwidth of Mini PCI-E is greater than that of SATA II -- but I'd be amazed if Turbo Memory was significantly faster than, say, an X25M or an X25E. If you've got an SSD with good random I/O performance, having a second SSD for caching (which is essentially what Turbo Memory is) won't produce much of an improvement. It might produce some, but you're probably better off putting the money towards a faster SSD, since that will have far more benefits.

3) You have limited RAM or a slow drive, and haven't purchased Turbo Memory yet. In this case, take all the money you were going to spend on Turbo Memory, and purchase more RAM or a faster drive. You'll gain a lot more for it, and you'll end up with an extra free Mini PCI-E slot. :lol:

_________________
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code:
Current laptop: Lenovo ThinkPad T420 (running Debian Wheezy) - kestrel [pending retirement]
Current workstation: IBM Intellistation 9228 (running FreeBSD 9.1) - blackbird


Top
 Profile  
 
 Post subject: Re: Turbo Memory Question
PostPosted: Wed Feb 03, 2010 7:12 pm 
Offline
Senior Member
Senior Member

Joined: Mon Jan 21, 2008 1:40 pm
Posts: 768
Location: Howell, New Jersey
Thank you very much, ThinkRob, for the great info -- it is a bit over my head, but I think I understood the gist of it -- so for my needs, no turbo -- both the X200 and X301 have SSD's and 4gb ram -- the X301 came with SSD and I purchased a second SSD here on the forum for the X200 -- so nothing I need to 'play with' right now :)

_________________
emtee3511
X200-7459-BW3(AFFS-Glossy) + X61-7674-Y23
+ X61s-7666-3EU + X60s-1702-CTO

+ X100e-3508-CTO
+ T410i-2516-73U + T410-2537-N71
+ T400-6474-R2U + T400-7417-11U


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group