You are not logged in.
Hey i have eee 8g with docs and settings moved to sdhc, page file disabled and temp folder moved to a 50MB Ram disk..
The performace have become very good as the temp folder was on sdhc earlier..
you can create ram disk using the below link.. Hope it helps..
http://www.picobay.com/projects/2006/06 … drive.html
Offline
you can find a more easier to use ram disk here. probably the same thing, but with a GUI.
http://www.mydigitallife.info/2007/05/2 … 03-server/
Offline
WOW tht was a prompt reply...
cheers!!
Offline
eeeuseeer wrote:
i'd like to point out that running your pagefile off a ramdisk is also a nice option.
I hope you are kidding here. Running a pagefile in a ramdisk is totally pointless.
Offline
madmoo wrote:
eeeuseeer wrote:
i'd like to point out that running your pagefile off a ramdisk is also a nice option.
I hope you are kidding here. Running a pagefile in a ramdisk is totally pointless.
it has been my experience that windows allocates data to the pagefile even with plenty of ram available. setting that pagefile to a ramdisk means that it's writing to ram, not to the ssd.
Offline
Sounds like a bit of a paradox...
isnt the point of a pagefile to act as an overflow or an extension to the ram.. so creating a ramdisk to act as its own overflow/extension to itself seems pointless...
As the pagefile increase, less ram will become available,forcing it to use more of the pagefile..lol...
A pagefile has alwayes resided on the hard disk, so it seems of little benefit to have it on the ram it is trying to support
Last edited by DrEEE (2008-01-16 6:07:42 pm)
Offline
DrEEE wrote:
Sounds like a bit of a paradox...
isnt the point of a pagefile to act as an overflow or an extension to the ram.. so creating a ramdisk to act as its own overflow/extension to itself seems pointless...
As the pagefile increase, less ram will become available,forcing it to use more of the pagefile..lol...
A pagefile has alwayes resided on the hard disk, so it seems of little benefit to have it on the ram it is trying to support
in a perfect world, yes. but, unless i'm mistaken, a pagefile will be used by xp even with plenty of available ram. you would also need to set a pagefile max to keep it manageable on your ramdrive.
Offline
Hey, thanks for this tip guys! Now that I've moved the temp and tmp files to ramdisk, my eee has run faster. Previously, when it was on the SDHC, it was very sluggish and often times, hung! Now it's working well and fast again!
Question though, should I also move TIF (temp internet files) to ramdisk or just leave it on SDHC?
Diverge, thanks for the link on ramdisk with the GUI. Very easy to use.
Last edited by rljaplit (2008-01-16 7:15:21 pm)
Offline
Why do you install a pagefile in RAM? A pagefile is a extension of RAM, reserve some RAM to simulate physical RAM? Doesn't make sense to. I would allocate as much RAM as possible to the system and disable pagefile.
Offline
dchao wrote:
Why do you install a pagefile in RAM? A pagefile is a extension of RAM, reserve some RAM to simulate physical RAM? Doesn't make sense to. I would allocate as much RAM as possible to the system and disable pagefile.
some programs require a pagefile (and use it even though ram is available). having that pagefile in ram is better than on disk.
Offline
It doesn't make sense to me either, but it seems like it's really working from what i just read... strange ![]()
Offline
pagefile is an OS file. Should not be accessible from application, and there isn't any API to manipulate it either. To application, it just as if you had more physical RAM. Temp or swap files are different, these belong to the application. At least that's my understanding.
Offline
rljaplit wrote:
Hey, thanks for this tip guys! Now that I've moved the temp and tmp files to ramdisk, my eee has run faster. Previously, when it was on the SDHC, it was very sluggish and often times, hung! Now it's working well and fast again!
Question though, should I also move TIF (temp internet files) to ramdisk or just leave it on SDHC?
Diverge, thanks for the link on ramdisk with the GUI. Very easy to use.
Then you would lose all your internet footprints, cookies,, so i suggest leave it on sdhc only(Enable write caching for sdhc from device manager to speed up things)
Offline
You should be careful about putting the temp folder onto RAM disk if you're installing anything that requires a reboot. The reboot process might require files from the temp folder...
Offline
eeeuseeer wrote:
DrEEE wrote:
Sounds like a bit of a paradox...
isnt the point of a pagefile to act as an overflow or an extension to the ram.. so creating a ramdisk to act as its own overflow/extension to itself seems pointless...
As the pagefile increase, less ram will become available,forcing it to use more of the pagefile..lol...
A pagefile has alwayes resided on the hard disk, so it seems of little benefit to have it on the ram it is trying to supportin a perfect world, yes. but, unless i'm mistaken, a pagefile will be used by xp even with plenty of available ram. you would also need to set a pagefile max to keep it manageable on your ramdrive.
Actually initially i though yeah that sounds pretty stupid but then i remembered a video i saw by a very knowledgable group that explained something about the memory managenet where even if windows has a lot of ram it is good to have a SMALL pagefile. They didnt say the size and i didnt understand the reasoning but these guys know what they were talking about. Although i dont know if that theory still applies to placing the pagefile on a ramdisk or a SD card which is slower than than a Hard Disk.
Last edited by mangoman (2008-01-17 7:23:33 am)
Offline
I've just tried it on my desktop computer (800 MHz Duron, 1GB RAM, 2x40 GB HDD, XP PRO of course
)
Downloaded, installed and page-file moved to ramdisk, done in like 5 minutes. RamDisk set to 256 MB, pagefile set to 64MB min/192MB maximum. Now i don't experience issues like SLOW opening "All programs" (or whatever it's called in english XP
), no more SLOW "My Computer opening", no more SLOW switching tabs with sites in Opera... works like a dream!
I'll do this as soon as i buy my eee!!!
Thanks a lot folks!
Offline
anujpurohit wrote:
rljaplit wrote:
Hey, thanks for this tip guys! Now that I've moved the temp and tmp files to ramdisk, my eee has run faster. Previously, when it was on the SDHC, it was very sluggish and often times, hung! Now it's working well and fast again!
Question though, should I also move TIF (temp internet files) to ramdisk or just leave it on SDHC?
Diverge, thanks for the link on ramdisk with the GUI. Very easy to use.Then you would lose all your internet footprints, cookies,, so i suggest leave it on sdhc only(Enable write caching for sdhc from device manager to speed up things)
=====
Got it! Many thanks for the tip!
Offline
Thanks for the link to this program, its been a great help and I'm using it on more than just my EeePC!! ![]()
Offline
FRiC wrote:
You should be careful about putting the temp folder onto RAM disk if you're installing anything that requires a reboot. The reboot process might require files from the temp folder...
This is a good point. You should disable the temp folder on the RAM disk if you are installing anything which requires a reboot, or if unknown, disable anyway.
Offline
Riker wrote:
FRiC wrote:
You should be careful about putting the temp folder onto RAM disk if you're installing anything that requires a reboot. The reboot process might require files from the temp folder...
This is a good point. You should disable the temp folder on the RAM disk if you are installing anything which requires a reboot, or if unknown, disable anyway.
A recoverable ramdrive would be the best then but I don't know if one exists.
In the old Amiga days you had your ram: disk that didn't survive reboots and your rad: or rrd: drives that could survive most non fatal reboots.
Offline
ok, got the ramdisk installed. Now, how do I move the temp-folder there in a way that Windows understands it?
Offline
madskillz wrote:
I've just tried it on my desktop computer (800 MHz Duron, 1GB RAM, 2x40 GB HDD, XP PRO of course
)
Downloaded, installed and page-file moved to ramdisk, done in like 5 minutes. RamDisk set to 256 MB, pagefile set to 64MB min/192MB maximum. Now i don't experience issues like SLOW opening "All programs" (or whatever it's called in english XP), no more SLOW "My Computer opening", no more SLOW switching tabs with sites in Opera... works like a dream!
I'll do this as soon as i buy my eee!!!
Thanks a lot folks!
How to move pagefile.sys to ramdisk if first the system initialize pagefile.sys and later set ramdisk?
Can you teachme?
Thanks - TheMaster
Offline
fof wrote:
ok, got the ramdisk installed. Now, how do I move the temp-folder there in a way that Windows understands it?
Set the environmental variables to point to folder on the Ram disk that you create at boot up.
Right click on My Computer/Properties
(or Start/Control Panel/System)
then Advanced/Environmental Variables
You can point to the top level of the RAM disk except for two things. (1) The RAM drive may be too cluttered for anything else. I used mine for all sorts of stuff. (2) Depending on the way the RAM disk is configured, there are only so many file names that are allowed in the top level.
Last edited by BAM (2008-02-09 9:50:20 pm)
Offline
BAM wrote:
fof wrote:
ok, got the ramdisk installed. Now, how do I move the temp-folder there in a way that Windows understands it?
Set the environmental variables to point to folder on the Ram disk that you create at boot up.
Right click on My Computer/Properties
(or Start/Control Panel/System)
then Advanced/Environmental Variables
You can point to the top level of the RAM disk except for two things. (1) The RAM drive may be too cluttered for anything else. I used mine for all sorts of stuff. (2) Depending on the way the RAM disk is configured, there are only so many file names that are allowed in the top level.
i set all temp dir (4 in total) to the ramdisk, is that ok? wont i have problems with it? if i restart windows, will the ramdisk still be there? or do i have to activate it and desactivate it each time? sorry, new at ramdisk ^^;
Offline