Re: Problems with Dell (Memory and CPU)



aaronfude@xxxxxxxxx wrote:
Hi,

Just got a new Dell and installed FC4 on it.

1. The machine is supposed to have 4gb of RAM but "top" only shows
about 3.5g. Is this a problem with the computer or with "top" or
neither?

This depends on the type of Dell system you have! Could be that the memory is taken as cache or even for the RAID controller. It could be you have a Memory RAID?


I can get you more info if you state the type of Dell system you have.



2. Also, this is a dual-core machine. I don't know what this means but I figure it's kinda like have 2 CPU's. But, according to "top", the load on a single process never goes above about 35%. I would expect 50% for heavy computational processes. Is this a problem with the computer, with "top", or neither?

A dual core processor is a Physical processor, with two logical processors. You can turn this feature on and off in BIOS.

On some OS's the "Hyperthreading" feature can be of a disadvantage, as the OS has a problem using both processors. This could cause a performance loss of up to 70%.

The problem with Dual core processors, is that they use the same(!) cache. Only one logical Processor can write to the cache at a time.

The latest drivers should solve the problems you have, also the screen and network issues.
Red Hat ES and AS have all the drivers incorporated.


Frank


Many thanks in advance!

Aaron Fude

.



Relevant Pages

  • [BUG?] vfs_cache_pressure=0 does not free inode caches
    ... at 'top') was that caches get still freed when memory is demanded otherwise. ... But still this has some bad taste, a cache is supposed to be a cache and ... The documentation doesn't cover this case. ... argueable if this now can be considered as bug or as feature. ...
    (Linux-Kernel)
  • Re: Cached memory never gets released
    ... Stock linux 2.4.26 kernel. ... Due to flash bug 3M of memory gets lost due to font memory getting lost ... The output of "free" cache number steadily grows. ... longer to exhaust all of system memory with the cache. ...
    (Linux-Kernel)
  • Re: Problem: Creating a raw binary string
    ... > While its true that a 64-bit cpu will move twice the data per instruction it ... > Memory bus width plays an important role here and unless it too is widened / ... You are forgetting the two levels of cache in the processor. ... The memory chips are addressed in Row col fashion. ...
    (alt.comp.lang.borland-delphi)
  • Re: Is Greenspun enough?
    ... Most OSes memory map executables directly from the file system so code doesn't pollute the file cache or swap space. ...
    (comp.lang.lisp)
  • Re: Superstitious learning in Computer Architecture
    ... Without a LOT of logic or some other better approach, re-executing the instructions requires re-decoding and it ties up the cache memory bus transferring more data as instructions than the instructions are working on. ... The concept of cache is fundamentally flawed in that it STILL restricts access to one word per clock cycle, when a single modern ALU can easily use 5 plus whatever is eaten up with instruction accesses. ... The size of an optimizing compiler is proportional to the SQUARE of the size of the language times the SQUARE of the complexity of the machine - because all interactions must be considered. ...
    (comp.arch.arithmetic)