Hi Juan,<br><br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style><div class="gmail_quote">
On Mon, Jul 19, 2010 at 12:18 PM, Juan Lucas Domínguez Rubio <span dir="ltr"><<a href="mailto:juan_lucas_dr@yahoo.com">juan_lucas_dr@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Hello,<br>
Are you taking into account Windows XP's virtual memory (4 GB, I think)?<br>
I meant 1.5 GB of physical memory.<br></td></tr></tbody></table></blockquote></div><br>I'm pretty sure they were talking about physical memory.<br><br>Using virtual memory helps with some things, but recall how it works -- it is using your had disk to offload physical memory.<br>
Every time you dip into that mechanism, something in physical RAM has to be written to disk, then something else has to be<br>read from disk into RAM. So, you incur 2 very slow (from RAM/CPU point of view) operations. With a memory footprint of 4GB,<br>
your 1.5 is more then twice overcommited (almost 3x). That means the process I described above will happen quite often,<br>if not constantly. This is called swapping, and can take something that should take a few seconds and make it last minutes.<br>
<br>If the overall operation is supposed to last 5-10 minutes, it can be hours. I think you see the point here.<br><br>With RAM prices so inexpensive, if you are looking to work on this data on an ongoing basis, it makes sense to upgrade. (If<br>
this is a one-shot deal, see if you can rent/borrow a box with the requisite amount of RAM). You'll be much happier with the<br>results on a machine with adequate RAM.<br><br>Thanks,<br>Gerald. <br>