<br><br>
<div class="gmail_quote">On Thu, Jun 16, 2011 at 10:08 PM, Michael B. Trausch <span dir="ltr">&lt;<a href="mailto:mike@trausch.us">mike@trausch.us</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On 6/16/2011 8:01 PM, Scott Castaline wrote:<br>&gt; 1. Just had 1 stick 2GB of RAM go bad. I had originally bought as part<br>&gt; of a set of 4 sticks for a total of 8GB. My question is how critical<br>
&gt; is it to buy in matched sets? Couldn&#39;t I buy just a replacement for<br>&gt; that stick? I don&#39;t overclock so I don&#39;t push them so I can&#39;t see<br>&gt; where I have to have handpicked memory. I would plan on getting the<br>
&gt; same exact mfg part on a single stick basis.Am I wrong tinking this way?<br><br></div>You should be fine ordering the part separately. The only thing that you<br>need to be sure of is that you match the specs of the memory that is in<br>
the system currently.<br>
<div class="im"><br>&gt; 2. I am currently running dd if=/dev/urandom of=/dev/sde on a new 2TB<br>&gt; drive. I was logged into my GUI desktop (KDE) and after several hours<br>&gt; my desktop started disintegrating and window apps were becoming<br>
&gt; unrecognisable, but I was able to close ot most of them. I switched<br>&gt; over to one of the text VTs and top was reporting that out of 4GB of<br>&gt; RAM I only had less than 500MB available and I was starting to use<br>
&gt; swap. I&#39;ve done this in the past with only 4GB of RAM on different<br>&gt; hardware and earlier version of Fedora, without any problems like<br>&gt; this. I&#39;m not doing anything that different than in the past. My<br>
&gt; question is, what command(s) would tell me what is actually hogging<br>&gt; all of the RAM? I don&#39;t want to kill the process as I&#39;m anticipating<br>&gt; it aking about 4 days to complete. At least on a 2 core AMD it toke<br>
&gt; about 44 hours for 1TB, I&#39;m not sure how much quicker a 4 core<br>&gt; processor will do this. I was also running 800MHz RAM then, now I&#39;m<br>&gt; running 1333MHz RAM of course I realize that that is not the real<br>
&gt; speed of the bus clock.<br><br></div>The &#39;dd&#39; process is not going to run (significantly) differently on a<br>multicore/multiprocessor system than on a unicore/uniprocessor system;<br>nor would it likely if it were written to be a multithreaded program.<br>
The reason is that bandwidth limitations are going to be the bottleneck<br>of the command. Even on a system that can generate pseudorandom bytes<br>more quickly, the hard disk drives are going to be the limiting factor.<br>
<br>In order to find out which process is hogging memory, I&#39;d recommend<br>&quot;htop&quot;. Be sure to sort the output by the MEM% column.<br><br>    --- Mike<br>_______________________________________________<br>Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br><a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>See JOBS, ANNOUNCE and SCHOOLS lists at<br><a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>
<div><br>Will htop give me much different results than top? I found on top sorting by %mem that mysqld was at 1.0 which in my opinion is not a hog, but I&#39;m not sure why it is there as I didn&#39;t install mysql unless some other app usees it. Also is it possible that it&#39;s not just a process but several processes used to do a certain task. I have noticed several proceses named khelper? where the ? is a different number for each one and there were others like that. I don&#39;t remember seeing these in earlier versions of Fedora.</div>

<div> </div>
<div>Also any recommendations on memory brands/model?</div>