Win7 ReadyBoost
-
Has anyone used it? Any comments about it? Does it have to format a USB or can a non-empty USB be used for that as well?
-
Has anyone used it? Any comments about it? Does it have to format a USB or can a non-empty USB be used for that as well?
in the properties there is a slider and you can allocate accordingly. or dedicate the device completely. i have not noticed a difference. but it is better than the flash drive sitting in my desk getting old.
modified on Wednesday, March 9, 2011 7:02 PM
-
in the properties there is a slider and you can allocate accordingly. or dedicate the device completely. i have not noticed a difference. but it is better than the flash drive sitting in my desk getting old.
modified on Wednesday, March 9, 2011 7:02 PM
-
Increase the size of your page file.
-
Increase the size of your page file.
-
You don't have 32GB of free space on your hard drive? FYI, some versions of 64-bit Windows 7 have limits on the amount of virtual memory they'll allow you to use. See here.
-
You don't have 32GB of free space on your hard drive? FYI, some versions of 64-bit Windows 7 have limits on the amount of virtual memory they'll allow you to use. See here.
I don't think so. I saw that. I do have Win 7 Pro 64-bit. So 192 GB would be nice.
-
Readyboost is not an extension of RAM. It is just a means to cache all disk access, including PAGE file. http://en.wikipedia.org/wiki/ReadyBoost[^] -Saurabh
-
Has anyone used it? Any comments about it? Does it have to format a USB or can a non-empty USB be used for that as well?
A non-empty USB can be used. However, memory allocated will be based on size of free memory available on the USB.
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it.
-
You don't have 32GB of free space on your hard drive? FYI, some versions of 64-bit Windows 7 have limits on the amount of virtual memory they'll allow you to use. See here.
AspDotNetDev wrote:
ome versions of 64-bit Windows 7 have limits on the amount of virtual memory they'll allow you to use. See here.
Those limits apply for physical memory (more popularly known as RAM). But we're talking about virtual memory here. They both are not the same.
"Real men drive manual transmission" - Rajesh.
-
Bassam Abdul-Baki wrote:
I need to add 16 or 32 GB of USB RAM to test something out.
There's no such thing as 'USB RAM'.
Bassam Abdul-Baki wrote:
Page file doesn't help here.
Page file *is* what can help you there. Readyboost is just a matter of caching some files in your USB stick instead of the hard disk drive, because data transfer speeds are higher in case of USB when compared to that of a hard disk drive. So, the idea is that even in cases of thrashing, the contents from the cache on your USB drive can be loaded back onto the RAM relatively quicker.
"Real men drive manual transmission" - Rajesh.
-
A non-empty USB can be used. However, memory allocated will be based on size of free memory available on the USB.
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it.
Abhinav S wrote:
memory allocated will be based on size of free memory available on the USB.
Would would make perfect sense, no good allocating memory that wasn't available ;P
-
Abhinav S wrote:
memory allocated will be based on size of free memory available on the USB.
Would would make perfect sense, no good allocating memory that wasn't available ;P
Norm .net wrote:
no good allocating memory that wasn't available
If only the banks in the United States knew about this before the recession... :)
"Real men drive manual transmission" - Rajesh.
-
Norm .net wrote:
no good allocating memory that wasn't available
If only the banks in the United States knew about this before the recession... :)
"Real men drive manual transmission" - Rajesh.
:laugh: Good call!
-
AspDotNetDev wrote:
ome versions of 64-bit Windows 7 have limits on the amount of virtual memory they'll allow you to use. See here.
Those limits apply for physical memory (more popularly known as RAM). But we're talking about virtual memory here. They both are not the same.
"Real men drive manual transmission" - Rajesh.
You are right. Do you know if Windows 7 imposes any virtual memory limits.
-
You are right. Do you know if Windows 7 imposes any virtual memory limits.
AspDotNetDev wrote:
You are right. Do you know if Windows 7 imposes any virtual memory limits.
It would be pointless for any operating system to impose limits on its ability to work with virtual memory, because that could hinder the performance the operating system itself! The limits may come from the hardware architecture used. For example, if the architecture is 32 bit, then the maximum amount of pages that can be mapped is 2^32 (for the nitpicks: OK, that's theory. I've assumed that PAE is disabled). If you were to use an x64 operating system though, the case would be different (2^64 = 8TB would be the "limit"). However, the point remains that the OS will not impose any limits on its own ability to use virtual memory in any way.
"Real men drive manual transmission" - Rajesh.
-
Bassam Abdul-Baki wrote:
I need to add 16 or 32 GB of USB RAM to test something out.
There's no such thing as 'USB RAM'.
Bassam Abdul-Baki wrote:
Page file doesn't help here.
Page file *is* what can help you there. Readyboost is just a matter of caching some files in your USB stick instead of the hard disk drive, because data transfer speeds are higher in case of USB when compared to that of a hard disk drive. So, the idea is that even in cases of thrashing, the contents from the cache on your USB drive can be loaded back onto the RAM relatively quicker.
"Real men drive manual transmission" - Rajesh.
Rajesh R Subramanian wrote:
There's no such thing as 'USB RAM'.
I know, but I had a brain freeze and that was the easiest way to describe it.
Rajesh R Subramanian wrote:
Page file *is* what can help you there.
My bad. I meant the hard-drive page file without ReadyBoost. I'm certainly maxing out everything and I need to start using ReadyBoost to see if that can allow my application to run longer. Unfortunately, even my USB stick has stuff in it. Although I do have an external USB hard-drive that I can probably use.
-
Rajesh R Subramanian wrote:
There's no such thing as 'USB RAM'.
I know, but I had a brain freeze and that was the easiest way to describe it.
Rajesh R Subramanian wrote:
Page file *is* what can help you there.
My bad. I meant the hard-drive page file without ReadyBoost. I'm certainly maxing out everything and I need to start using ReadyBoost to see if that can allow my application to run longer. Unfortunately, even my USB stick has stuff in it. Although I do have an external USB hard-drive that I can probably use.
Bassam Abdul-Baki wrote:
I do have an external USB hard-drive that I can probably use.
Which will worsen things up. The whole idea of Readyboost is to make use of some solid state memory, which provides high speed access to stored data. Your external hard disk drive is going to be a much slower pig (slower than even your internal hard disk drive in fact), so it becomes completely pointless to enable readyboost. If you don't have a high speed USB thumb drive with lots of space in it plugged into a high speed USB port, AND applications running that are memory intensive to an extent where thrashing starts to occur on the physical memory, then readyboost is not for you.
"Real men drive manual transmission" - Rajesh.
-
Bassam Abdul-Baki wrote:
I do have an external USB hard-drive that I can probably use.
Which will worsen things up. The whole idea of Readyboost is to make use of some solid state memory, which provides high speed access to stored data. Your external hard disk drive is going to be a much slower pig (slower than even your internal hard disk drive in fact), so it becomes completely pointless to enable readyboost. If you don't have a high speed USB thumb drive with lots of space in it plugged into a high speed USB port, AND applications running that are memory intensive to an extent where thrashing starts to occur on the physical memory, then readyboost is not for you.
"Real men drive manual transmission" - Rajesh.
I really don't care about the speed. All I need is memory for my application to run. However, I was able to move the files from my HD to the external HD and increase the page file. This should give me a little breathing room until it runs out of memory again. :)
-
I really don't care about the speed. All I need is memory for my application to run. However, I was able to move the files from my HD to the external HD and increase the page file. This should give me a little breathing room until it runs out of memory again. :)
Bassam Abdul-Baki wrote:
I really don't care about the speed.
But the OS apparently does. If the access time for your external drive is greater than 1 millisecond, that is not readyboost compliant. There are also numbers that dictate the minimum read and write speeds. So, if you're just planning on moving out your data files from the internal disk drive to this external drive, and thereby increasing free space in the internal drive for page file to grow, then that sounds right.
"Real men drive manual transmission" - Rajesh.