Tuesday, October 21st 2014

Samsung Starts Production of 8-Gigabit DDR4 Based on 20 Nanometer Technology

Samsung Electronics announced that it is mass producing the industry's most advanced 8-gigabit (Gb) DDR4 memory and 32-gigabyte (GB) module, both of which will be manufactured based on a new 20-nanometer (nm) process technology, for use in enterprise servers.

"Our new 20 nm 8 Gb DDR4 DRAM more than meets the high performance, high density and energy efficiency needs that are driving the proliferation of next-generation enterprise servers," said Jeeho Baek, Vice President of Memory Marketing at Samsung Electronics. "By expanding the production of our 20 nm DRAM line-ups, we will provide premium, high-density DRAM products, while handling increasing demand from customers in the global premium enterprise market."
With its new 8 Gb DDR4, Samsung now offers a full line-up of 20 nm-based DRAM to lead a new era of 20 nm DRAM efficiency that also includes the 20 nm 4 Gb DDR3 for PCs and the 20 nm 6 Gb LPDDR3 for mobile devices.

Using the new 8 Gb DDR4 chip, Samsung began producing the 32 GB registered dual in-line memory module (RDIMM) earlier this month. The new module's data transfer rate per pin reaches up to 2,400 megabits per second (Mbps), which delivers an approximately 29 percent performance increase, compared to the 1,866 Mbps bandwidth of a DDR3 server module.

Beyond the 32 GB modules, the new 8 Gb chips will allow production of server modules with a maximum capacity of 128 GB by applying 3D through silicon via (TSV) technology, which will encourage further expansion of the high-density DRAM market.

The new high density DDR4, also boasts improved error correction features, which will increase memory reliability in the design of enterprise servers. In addition, the new DDR4 chip and module use 1.2 volt, which is currently the lowest possible voltage.
Add your own comment

38 Comments on Samsung Starts Production of 8-Gigabit DDR4 Based on 20 Nanometer Technology

#1
TRWOV
goodbye page file
Posted on Reply
#3
medo
TRWOVgoodbye page file
I doubt it, Operating Systems, even server O.S like debian installer will keep nagging you to create swap partition (paging for GNU/Linux) add to the fact that backward web articles and folks suggesting to keep it.

I have 8 GB and turned it off with no issue what so ever... but i doubt that technology will fade away, i guess it makes a nice fail safe.
Posted on Reply
#4
sunweb
"32 GB modules"
Yes please! Now thats the reason to go for DDR4, at some point.
Posted on Reply
#5
Aquinus
Resident Wat-man
TRWOVgoodbye page file
medoI doubt it, Operating Systems, even server O.S like debian installer will keep nagging you to create swap partition (paging for GNU/Linux) add to the fact that backward web articles and folks suggesting to keep it.

I have 8 GB and turned it off with no issue what so ever... but i doubt that technology will fade away, i guess it makes a nice fail safe.
16GB is enough to disable your page file or swap area and I've been doing it since I built my current machine. Debian only wants swap during install if it can't fit the entire installer plus base OS into memory. I have both Windows and Ubuntu installed that don't use any form of page or swap space.

Also once you tell Debian that you really want no swap space, it never complains about it again unless you run out of memory.

Also, you'll find servers with a lot of memory won't always tend to have swap space:
$ uname -a
Linux ServerName 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ free -g
total used free shared buffers cached
Mem: 125 99 26 2 5 75
-/+ buffers/cache: 17 108
Swap: 0 0 0
$ cat /proc/cpuinfo | grep "processor" | wc -l
40
$ cat /proc/cpuinfo | grep "model name" | head -n 1
model name : Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
$ lspci | grep Flash
02:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SSS6200 PCI-Express Flash SSD (rev 03)
04:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SSS6200 PCI-Express Flash SSD (rev 03)

Let me tell you something, dual 10c Xeons, 128GB of memory, and PCI-E Flash SSDs is a great reason to not use a page file. Simply put, you don't need it.
Posted on Reply
#6
Constantine Yevseyev
TRWOVgoodbye page file
Developers are not supposed to write additional code that will detect whether you have disabled "Core Windows Feature #401" or not.
msdn.microsoft.com/en-us/library/windows/desktop/aa366551
I have no idea what are you trying to achieve by disabling one of the principal Windows mechanisms, but I assure you, this will cause quite a few very unpleasant crashes.
Posted on Reply
#7
Aquinus
Resident Wat-man
Constantine YevseyevDevelopers are not supposed to write additional code that will detect whether you have disabled "Core Windows Feature #401" or not.
msdn.microsoft.com/en-us/library/windows/desktop/aa366551
I have no idea what are you trying to achieve by disabling one of the principal Windows mechanisms, but I assure you, this will cause quite a few very unpleasant crashes.
I assure you that it doesn't and won't depending on the application that requires it. It hasn't happened to me in the last 3 years for me. The page file is only an issue when it's gone when an application that relies on the page file and doesn't let the OS manage it for you. You run into the issue when developers take it upon themselves to manage swap space, which is dumb. Any modern software will have zero issue without a page file. I've found it's mostly software from over a decade ago to cause issues when a swap file is missing.

All in all, to say that disabling the page file will cause issues is simply not true, at least not in most cases. This was true in XP days but not so much in Vista/7 days. Even on my Phenom II 940 box, I had 8GB of memory and the only time disabling the page file was bad was when I ran out of memory.
Posted on Reply
#8
AsRock
TPU addict
been disabling the pagefile for years and only 1 program gave me issue and that was Titan Quest, although i don't use paintshop or do high end video editing. Point is windows as worked without issue.

If you want to nik pik you will get a error in the error logs when a system is not shutdown right but that's due to crash data not being able to be saved.


Anyways hopefully some more kick ass low profile ram from them again soon.
Posted on Reply
#9
Jorge
While higher density is of some value to some people, 8GB is more than enough RAM for most people's use. The more is better mentality is not necessarily true depending on the software and O/S you use. There are definitely diminishing returns.

DDR4 is primarily for server use and of no real advantage over LV DDR3 for desktop/laptop use so there is no point of running out and buying a system that uses DDR4 especially since DDR3 running at 1600 MHz. on a CPU powered desktop is not a system bottleneck as extensive testing with real applications has demonstrated. 2133 MHz. DDR3 for an APU is about the limit for tangible system gains so there is no need to get duped into buying faster more expensive RAM that doesn't deliver any significant system performance gains. Do your homework.
Posted on Reply
#10
Aquinus
Resident Wat-man
JorgeWhile higher density is of some value to some people, 8GB is more than enough RAM for most people's use. The more is better mentality is not necessarily true depending on the software and O/S you use. There are definitely diminishing returns.

DDR4 is primarily for server use and of no real advantage over LV DDR3 for desktop/laptop use so there is no point of running out and buying a system that uses DDR4 especially since DDR3 running at 1600 MHz. on a CPU powered desktop is not a system bottleneck as extensive testing with real applications has demonstrated. 2133 MHz. DDR3 for an APU is about the limit for tangible system gains so there is no need to get duped into buying faster more expensive RAM that doesn't deliver any significant system performance gains. Do your homework.
I agree with the fact: You shouldn't run out and buy a DDR4 rig just for the sake of DDR4.

I disagree however with the assessment that DDR4 has no tangible gains. I'm willing to bet you that people with a 5960X who are using all of those cores are grateful for the bandwidth provided over DDR3-1600. However, you're right. 95% of people have no use for strictly DDR4. There is however a use for more cores and the more cores you add to any system the more demanding the physical memory requirements will be.

I suspect slower memory will negatively impact an 8c/16t CPU much more than a 4c/8t CPU but as you eluded to, most people don't need that kind of hardware.

DDR4 spec calls for stacked memory modules which could do wonders for improving how much RAM is on mobile devices where PCB space is at a premium while simultaneously increasing bandwidth. So I don't see any benefit for mainstream machines, I do see a benefit for servers and mobile devices (don't forget lower voltage and less power consumption, also good for both platforms).
Posted on Reply
#11
Nordic
A game I used to play required pagefile, so since then I have left a minimal amount of pagefile on just to avoid little things like that.
Posted on Reply
#12
Aquinus
Resident Wat-man
james888A game I used to play required pagefile, so since then I have left a minimal amount of pagefile on just to avoid little things like that.
What game? I wouldn't be surprised if it were over 10 years old.
Posted on Reply
#13
Constantine Yevseyev
AquinusYou run into the issue when developers take it upon themselves to manage swap space, which is dumb.
Now this is a very bold statement, mister. Are you a certified Windows developer? Or maybe you have a source that tells why such practice shouldn't be used? Mine says that it's perfectly fine, and it is Microsoft Developer Network.
AquinusI assure you that it doesn't and won't depending on the application that requires it.
And I assure you that it does. I explicitly state in my code the fact that I need my file mapping object to be put into the page file, and if I don't check for the ability of doing such thing at some point, your copy of application will crash, guaranteedly. Now, I don't have to completely rewrite this part of my product because some technical enthusiasts (like you) believe in possibility of achieving "speedup" because they turned something off in their Windows. I want my 0.7 GiB of in-memory infrastructure to be preserved in a specific area on your system drive and not in the RAM, for obvious reasons (and that's why this whole page file thing was created in the first place). You've got 16 GiB of RAM? Excellent! Not everybody does, though. Most of budget laptops (as well as old systems) come with only 2 GiB, then there are tablet devices, virtual machines and thin clients.
AquinusAny modern software will have zero issue without a page file.
I like this term, "modern software".

Again, can you please tell me what are you trying to achieve by disabling page file? I just don't understand, I really don't. Swapping is a completely transparent mechanism that helps to prevent your RAM from over-bloating by data that your Task Manager thinks won't be needed on a high demand. You allow this thing to eat up as much processor time as it wants, purge your drive's cache, but when it comes to storing 30 MiB of changes history from your Microsoft Word... You just don't let it to! Why?..
Posted on Reply
#14
Aquinus
Resident Wat-man
Constantine YevseyevNow this is a very bold statement, mister. Are you a certified Windows developer? Or maybe you have a source that tells why such practice shouldn't be used? Mine says that it's perfectly fine, and it is Microsoft Developer Network.
...because Windows will swap pages out when you run out of memory. There is no reason why a developer would need to preemptively put something into swap space. If you need to storage transient data, a temp file is better for that.

Also I have to produce sources but you don't provide any yourself? I would be careful with a double standard like that.
Constantine YevseyevAnd I assure you that it does. I explicitly state in my code the fact that I need my file mapping object to be put into the page file, and if I don't check for the ability of doing such thing at some point, your copy of application will crash, guaranteedly. Now, I don't have to completely rewrite this part of my product because some technical enthusiasts (like you) believe in possibility of achieving "speedup" because they turned something off in their Windows. I want my 0.7 GiB of in-memory infrastructure to be preserved in a specific area on your system drive and not in the RAM, for obvious reasons (and that's why this whole page file thing was created in the first place). You've got 16 GiB of RAM? Excellent! Not everybody does, though. Most of budget laptops (as well as old systems) come with only 2 GiB, then there are tablet devices, virtual machines and thin clients.
Then you're using it wrong because Windows can easily move page files as needed. You're not writing an OS, that's not your job. Also if you need to store data on the disk, you can use a normal file that will be temporary, not the page file. Most budget laptops with 2GB and Windows can let windows swap pages into the page file and doesn't need the application to do it for it. The page file is not the place for transient data or caching.
Constantine YevseyevAgain, can you please tell me what are you trying to achieve by disabling page file? I just don't understand, I really don't. Swapping is a completely transparent mechanism that helps to prevent your RAM from over-bloating by data that your Task Manager thinks won't be needed on a high demand. You allow this thing to eat up as much processor time as it wants, purge your drive's cache, but when it comes to storing 30 MiB of changes history from your Microsoft Word... You just don't let it to! Why?..
SSDs degrade the more you write to them and RAID-5 calculates parity, something useless (and very slow) for swap space. Also if you have enough memory there is no reason to let the OS swap pages out of memory or to swap parts of the OS out.

I say "modern software" because most software won't directly interact with the swap file and will let Windows handle swapping pages. The way you describe your usage of swap space in your application tells me that you're using it wrong and that a dedicated temp file would be more suitable for your purposes.

I suspect you found a sub-optimal solution to your specific problem, but that doesn't mean it's the only answer or the most correct one.
Posted on Reply
#15
Nordic
AquinusWhat game? I wouldn't be surprised if it were over 10 years old.
Call of Juarez: Brothers something. Pretty sure I just mangled the name. It is an old game that I played just a few years ago. Oddly enough it required me to set windows to cd audio quality too.
Posted on Reply
#16
Aquinus
Resident Wat-man
james888Call of Juarez: Brothers something. Pretty sure I just mangled the name. It is an old game that I played just a few years ago. Oddly enough it required me to set windows to cd audio quality too.
Ohhh, I had that issue with Skyrim. I couldn't have my audio device set tot 192Khz/24-bit or the game wouldn't even start, I needed to use 48 or 44Khz to get it to even open. I found that to be a little weird.
Posted on Reply
#17
Easy Rhino
Linux Advocate
Goodbye page file? Why would you remove a mechanicsm your OS uses to logically and intelligently manage memory?

This discussion needs a little bit of Comp Sci 101 in it.

You want your system to MAXIMIZE the usage of RAM. So if you have 16 gigs of RAM you want your OS to use ALL OF IT! Yes, you read that correct. Using only 15 gigs of the 16 gigs of RAM you purchases is wasting RAM!!! Why? Well the more data you can store in RAM the faster the system response. It is only logical.

So take that mentality and extrapolate it out to the page file/swap space argument.

If you want your OS to MAXIMIZE the amount of RAM you have in your rig then you want to ensure that the OS has all of the necessary tools required to MAXIMIZE said RAM. The page file/swap area is a mechanism to allow your OS to offload clean pages to your HDD which ineffect MAXIMIZES the amount of RAM you have. If you disable the page file or remove swap area then you have removed a mechanicsm that your OS uses to manage memory and it will instead have to start killing processes and preventing new write to memory!

So the page file/swap are argument is actually moot if you do the proper thing in the first place and make sure you utilize all of the RAM that is in your system.
Posted on Reply
#18
Aquinus
Resident Wat-man
Easy RhinoIf you want your OS to MAXIMIZE the amount of RAM you have in your rig then you want to ensure that the OS has all of the necessary tools required to MAXIMIZE said RAM. The page file/swap area is a mechanism to allow your OS to offload clean pages to your HDD which ineffect MAXIMIZES the amount of RAM you have. If you disable the page file or remove swap area then you have removed a mechanicsm that your OS uses to manage memory and it will instead have to start killing processes and preventing new write to memory!
I want my OS to maximize performance, not how much memory I have free. Half of the point of disabling the page file is to not swap out data and not use disk I/O which also takes time and resources.

What's faster? Always accessing something from memory or occasionally having to rip something out of the page file on a spinny disk? The page file is for space efficiency when resources are limited and being fought over, not performance efficiency when space isn't an issue.

I don't want to utilize all the memory in my system because that would mean I'm hitting swap which is slow. I would rather have more than I need so Windows can cache more into memory, not take more out of it to put in a page file.

Page swapping and caching are not synonymous and the former is slower than the latter.

Paging makes up for lack of resources, caching makes up for excess resources. If you don't have a shortage of memory resources and never intend to, there is no reason to need a page file. Even more so if performance is important enough where slowdown from using swap would be unacceptable. I would rather my system throw away cache data than have to swap something out before swapping anything back in its place.
Posted on Reply
#19
Easy Rhino
Linux Advocate
AquinusI want my OS to maximize performance, not how much memory I have free. Half of the point of disabling the page file is to not swap out data and not use disk I/O which also takes time and resources.

What's faster? Always accessing something from memory or occasionally having to rip something out of the page file on a spinny disk? The page file is for space efficiency when resources are limited and being fought over, not performance efficiency when space isn't an issue.

I don't want to utilize all the memory in my system because that would mean I'm hitting swap which is slow. I would rather have more than I need so Windows can cache more into memory, not take more out of it to put in a page file.

Page swapping and caching are not synonymous and the former is slower than the latter.
You don't always want to access data from memory. That is the point of having a page file or swap area. When resources are being fought over then performance suffers.
Posted on Reply
#20
Aquinus
Resident Wat-man
Easy RhinoYou don't always want to access data from memory. That is the point of having a page file or swap area. When resources are being fought over then performance suffers.
...and I'm saying that I added enough memory so that would never happen on purpose. Therefore I've disabled my page file in Windows and have no swap partition in Linux.

Resources are only fought over if none are to be had in the first place in which case it will be slow because you don't have enough main memory for the tasks at hand and for me that's unacceptable.

I'm just saying I purposely made it so I wouldn't need a page file, so why would I need one if everything always fits in memory?

I'm not saying that paging/swap space is useless. I'm just saying it's slow and I purposely went out of my way to ensure it would never be an issue or even used for that matter on my machine. That is all.

Part of the reason I invested in skt2011 3 years ago was for the 8 DIMM slots and DDR3. I don't intend to run out of memory like I have in the past when I had DDR2 and a Phenom II 940 where 8GB was my limit and I would hit it regularly.
Posted on Reply
#21
Easy Rhino
Linux Advocate
Aquinus...and I'm saying that I added enough memory so that would never happen on purpose. Therefore I've disabled my page file in Windows and have no swap partition in Linux.

Resources are only fought over if none are to be had in the first place in which case it will be slow because you don't have enough main memory for the tasks at hand and for me that's unacceptable.

I'm just saying I purposely made it so I wouldn't need a page file, so why would I need one if everything always fits in memory?

I'm not saying that paging/swap space is useless. I'm just saying it's slow and I purposely went out of my way to ensure it would never be an issue or even used for that matter on my machine. That is all.

Part of the reason I invested in skt2011 3 years ago was for the 8 DIMM slots and DDR3. I don't intend to run out of memory like I have in the past when I had DDR2 and a Phenom II 940 where 8GB was my limit and I would hit it regularly.
But how do you know your OS isn't going to start killing processes or preventing writes to memory even with gigs of RAM available? You don't. You could have 8 gigs of RAM free (again, a complete waste) and if you launch an application that eats up 2 or 3 gigs your OS is going to immediately move stuff from memory to SWAP even though you have space in RAM free after the application launches. That is not a performance hit, it is just good housekeeping. The OS assumes that since you launched a new application you are going to actually be using it so it wants to move out old stuff to make sure you have plenty of RAM for the application. Withouth SWAP what is going to happen is your OS is not going to have the option of moving pages that are barely utilized onto disk (unnoticable performance hit with modern hardware) and instead your application is going to fight for resources slowing things down even though you have plenty of free RAM. Your OS was DESIGNED with SWAP/page file in mind.
Posted on Reply
#22
Aquinus
Resident Wat-man
Easy RhinoBut how do you know your OS isn't going to start killing processes or preventing writes to memory even with gigs of RAM available? You don't. You could have 8 gigs of RAM free (again, a complete waste) and if you launch an application that eats up 2 or 3 gigs your OS is going to immediately move stuff from memory to SWAP even though you have space in RAM free after the application launches. That is not a performance hit, it is just good housekeeping. The OS assumes that since you launched a new application you are going to actually be using it so it wants to move out old stuff to make sure you have plenty of RAM for the application. Withouth SWAP what is going to happen is your OS is not going to have the option of moving pages that are barely utilized onto disk (unnoticable performance hit with modern hardware) and instead your application is going to fight for resources slowing things down even though you have plenty of free RAM. Your OS was DESIGNED with SWAP/page file in mind.
That's not a proper assessment of how page files work. Swapping out anything doesn't give you anything unless you have no physical memory available.

This statement is simply not true:
Easy RhinoWithouth SWAP what is going to happen is your OS is not going to have the option of moving pages that are barely utilized onto disk (unnoticable performance hit with modern hardware) and instead your application is going to fight for resources slowing things down even though you have plenty of free RAM.
It also makes no sense because if there is free memory, it's not competing for anything. Pages are small enough where you won't run into an issue where you have huge swaths of unused memory.

You're confusing memory paging and virtual memory/swap space. Windows always divvies up memory into pages even if the page file is disabled. Having a page file only lets you swap those pages in and out out of memory to and from the disk, that is all. You don't run out of space with free memory available because pages are allocated as applications need memory and the OS uses free space in pages that already exist before allocating a new page in memory and frees them up when they're empty.
Easy RhinoYour OS was DESIGNED with SWAP/page file in mind.
The NT kernel back in the day was designed to support swapping memory pages, yes. When this was designed, memory was also much more valuable and in shorter supply than it is now so the need for it was greater. Just because something still exists in the NT kernel does not mean that it must be used or that it's as relevant as it used to be in the past. I have a NT 4.11 book that you can go through where there are plenty of things that are barely used anymore but still exist in Windows 7 and the scary thing is that it's true of the majority of the book.

Your making the argument that the swap file is required for a system to run well and efficiently and I'm saying that's only the case when free memory is gone or in short supply.
Posted on Reply
#23
notyetagm
sunweb"32 GB modules"
Yes please! Now thats the reason to go for DDR4, at some point.
Indeed! :-)
Posted on Reply
#24
Easy Rhino
Linux Advocate
AquinusThat's not a proper assessment of how page files work. Swapping out anything doesn't give you anything unless you have no physical memory available.

This statement is simply not true:

It also makes no sense because if there is free memory, it's not competing for anything. Pages are small enough where you won't run into an issue where you have huge swaths of unused memory.

You're confusing memory paging and virtual memory/swap space. Windows always divvies up memory into pages even if the page file is disabled. Having a page file only lets you swap those pages in and out out of memory to and from the disk, that is all. You don't run out of space with free memory available because pages are allocated as applications need memory and the OS uses free space in pages that already exist before allocating a new page in memory and frees them up when they're empty.


The NT kernel back in the day was designed to support swapping memory pages, yes. When this was designed, memory was also much more valuable and in shorter supply than it is now so the need for it was greater. Just because something still exists in the NT kernel does not mean that it must be used or that it's as relevant as it used to be in the past. I have a NT 4.11 book that you can go through where there are plenty of things that are barely used anymore but still exist in Windows 7 and the scary thing is that it's true of the majority of the book.

Your making the argument that the swap file is required for a system to run well and efficiently and I'm saying that's only the case when free memory is gone or in short supply.
I get your point, but my point is that if you have lots of unused RAM your OS is not utilizing it properly. You are thinking of SWAP and paging as a consumer, not as a developer. You want your OS to use ALL OF YOUR RAM and since you want that to happen you need a SWAP area so the OS can handle moving things around. If your OS is not using all of your RAM then it is doing a poor job at utilizing it thus making the argument for or against SWAP moot.
Posted on Reply
#25
Aquinus
Resident Wat-man
Easy RhinoI get your point, but my point is that if you have lots of unused RAM your OS is not utilizing it properly.
How is that? you've yet to explain how swap space does that... which it doesn't.
Easy RhinoYou are thinking of SWAP and paging as a consumer, not as a developer.
I am a developer and I have a degree in Comp Sci. and I'm talking as that.
Easy RhinoYou want your OS to use ALL OF YOUR RAM and since you want that to happen you need a SWAP area so the OS can handle moving things around.
The OS can move whatever it wants around, not having a page file just keeps them from getting put on to the disk. You can use all of your memory without a page file, the difference is that any given application can't use all of it alone because you're forcing the OS to stay in memory. That's not a waste, that's the goal. If my application needs so much space the OS needs to swap out it's own memory, you're already having performance issues. As I said before, in my case that's unacceptable. Also if you're low on memory, you won't be disabling the page file because nothing would load...
Easy RhinoIf your OS is not using all of your RAM then it is doing a poor job at utilizing it thus making the argument for or against SWAP moot.
...because I'm not letting it swap out other things? If it needs to swap applications and the OS out of system memory because you're running low, you already have a problem with performance in which case disabling the page file won't work because it will kill your application as soon as it eats too much memory. The simple fact is that if you have free memory and nothing you do uses more than the amount of system memory you have available, swap will never actually be needed and nothing is more performant than not having to move anything and having enough space in the first place.

You're missing my point Rhino. Disabling the page file has the expectation that you will always be able to fit your workload which is everything running, including the OS, into memory. You're not wasting anything if that's the case because without a page file, when you run out, the application closes because it can't continue and you only do this if you know you can do everything in memory. If you don't get close to running out, it's not a waste. I acknoledge that it's keeping the entirety of Windows in memory, I'm saying that's the point.

Let me put it this way:
If the OS + anything you do with your computer at any given time doesn't exceed the amount of physical memory you have, you won't lose performance because you disabled the page file. In fact, the page file lets the machine keep going even when it runs out. So without a page file you let the machine give up and kill the application before performance goes to shit. What you're not understanding is that is by design, I don't want sluggish performance when I run out of memory because I know I won't use all of it, and if I am it's probably a memory leak, but if an application is using up 13GB of memory and I need to swap the OS out, I already know there is a problem and it's not due to lack of a swap file.

You really need to cut it out with the attitude and caps because not only are you clearly getting aggravated, you're letting it show and not in a very mature way. On top of that, you're missing my point.
Posted on Reply
Add your own comment
Apr 28th, 2024 18:40 EDT change timezone

New Forum Posts

Popular Reviews

Controversial News Posts