What apps are crashing due to having a page file on disk? Apps shouldn't be able to tell whether the page file is on a real drive or a RAM drive.I know it's inefficient, but it would keep certain progs from crashing...
Originally posted by: drag
It's doesn't pay to second guess microsoft software engineers...
Originally posted by: drag
So in NT windows (NT 4.0, W2k, XP) you have always have 4gigs of virtual memory, 2gigs is reserved for the OS itself and 2gigs is reserved for Applications.
Originally posted by: drag
After all you bought all that RAM to be used, right?
Originally posted by: J1600B
I recently read an article that talks of a program that will basically create a RAMDrive and assign it a letter and shows up in My Computer. You could then assign your pagefile to that Drive letter. I can't find the article right now, but it had to do with security, and about how RAM is erased every boot but hard drives are not blah blah. Seems like giving a 500 MB pagefile on a Ram Drive would really speed up some things maybe like Photoshop or video games?..
Originally posted by: jthg
Thanks for the responses.
I guess even if it did speed things up it would be by a less than neglibible amount. I was mostly thinking of this program I ran several years ago that kept using the page file even when there's tons of memory left. I'm pretty sure it was actually paging cus I was running it off an external firewire drive and it was constantly reading the internal HD. (If anyone's wondering, the prog is called BGII...slightly old...)
Originally posted by: drag
It's doesn't pay to second guess microsoft software engineers...
It doesn't? I heard that windows source code is a big tangled mess... Besides, MS only designed XP for generic consumer machines. I doubt they optimized XP for high memory comps.
Originally posted by: drag
So in NT windows (NT 4.0, W2k, XP) you have always have 4gigs of virtual memory, 2gigs is reserved for the OS itself and 2gigs is reserved for Applications.
I think they somehow got rid of the simple flag bit and did something wierd so that user space is 3.7gigs and kernal space is 300mb... or maybe this only applies to Win2k3 ... not really sure...
Originally posted by: drag
After all you bought all that RAM to be used, right?
All of the RAM above 1.5gigs is intended to never be used. If I do end up using it, I'll buy another gig that's intended to never be used.
Originally posted by: jthg
True... stupid System Cache...
Originally posted by: kmmatney
A great, free, RAM disk program can be found at:
http://www.arsoft-online.de/products/product.php?id=1
It works in all MS operating systems I've tried it on. We use it for transferring large files between software programs written in different (and some very old) programming languages. It is very fast. You can also setup Internet Explorer to use it for caching, and it speeds things up. I also use the RAM disk for storing temp items and downloads. I don;t have to remember to clean up the files afterwards.
Originally posted by: kamper
Originally posted by: J1600B
I recently read an article that talks of a program that will basically create a RAMDrive and assign it a letter and shows up in My Computer. You could then assign your pagefile to that Drive letter. I can't find the article right now, but it had to do with security, and about how RAM is erased every boot but hard drives are not blah blah. Seems like giving a 500 MB pagefile on a Ram Drive would really speed up some things maybe like Photoshop or video games?..
A 500MB pagefile on a ramdisk? Think about that for a second. Think real slowly.
Originally posted by: J1600B
Originally posted by: kamper
Originally posted by: J1600B
I recently read an article that talks of a program that will basically create a RAMDrive and assign it a letter and shows up in My Computer. You could then assign your pagefile to that Drive letter. I can't find the article right now, but it had to do with security, and about how RAM is erased every boot but hard drives are not blah blah. Seems like giving a 500 MB pagefile on a Ram Drive would really speed up some things maybe like Photoshop or video games?..
A 500MB pagefile on a ramdisk? Think about that for a second. Think real slowly.
I'm still thinking and I don't see much of a down side. Granted, a bigger one may be better, but having the page file on a RAMDisk vs a Hard disk is going to be a HUGE improvement for database applications, MS Office type programs, basically everything that tends to remember a lot of information for later use.
How about think real slow about this article.
If thats too much reading for your opinion, here's a quote for you
" That makes the ramdisk 12 times faster than the hard disk and 304 times faster then the floppy"
Originally posted by: J1600B
Originally posted by: kamper
Originally posted by: J1600B
I recently read an article that talks of a program that will basically create a RAMDrive and assign it a letter and shows up in My Computer. You could then assign your pagefile to that Drive letter. I can't find the article right now, but it had to do with security, and about how RAM is erased every boot but hard drives are not blah blah. Seems like giving a 500 MB pagefile on a Ram Drive would really speed up some things maybe like Photoshop or video games?..
A 500MB pagefile on a ramdisk? Think about that for a second. Think real slowly.
I'm still thinking and I don't see much of a down side. Granted, a bigger one may be better, but having the page file on a RAMDisk vs a Hard disk is going to be a HUGE improvement for database applications, MS Office type programs, basically everything that tends to remember a lot of information for later use.
How about think real slow about this article.
If thats too much reading for your opinion, here's a quote for you
" That makes the ramdisk 12 times faster than the hard disk and 304 times faster then the floppy"
It doesn't? I heard that windows source code is a big tangled mess... Besides, MS only designed XP for generic consumer machines. I doubt they optimized XP for high memory comps.
I think they somehow got rid of the simple flag bit and did something wierd so that user space is 3.7gigs and kernal space is 300mb... or maybe this only applies to Win2k3 ... not really sure...
True... stupid System Cache...
"Big tangled mess" means exactly that. No I can't claim to have ever looked the source code for either operating system (unless glacing at the Linux source code counts...) but **again, this is hearsay** I've heard that Linux code is efficient while Windows code is like what I write at 12:00am when the project is due the next day.Originally posted by: Nothinman
It doesn't? I heard that windows source code is a big tangled mess... Besides, MS only designed XP for generic consumer machines. I doubt they optimized XP for high memory comps.
Define a big tangled mess? Have you looked at the Linux source code? Can you make heads or tails of it? Would you call it a big tangled mess? It's all relative to how well you know the system and how well you can program. Obviously there are things that are 'obviously bad' and need cleaned up, but you can't make such a blanket statement about something you've never seen and probably wouldn't understand even if you had seen it.
Originally posted by: Nothinman
No, it's still a 2/2 split. If you specify the /3G boot parameter in boot.ini the kernel will only get 1G and userland processes will get 3G if they're marked "3G aware" otherwise they still only see 2G and 1G isn't used.
Originally posted by: Nothinman
True... stupid System Cache...
Go take a class on OS design and VM development and you'll then realize how stupid a statement that is.
"Big tangled mess" means exactly that. No I can't claim to have ever looked the source code for either operating system (unless glacing at the Linux source code counts...) but **again, this is hearsay** I've heard that Linux code is efficient while Windows code is like what I write at 12:00am when the project is due the next day.