Link to home
Start Free TrialLog in
Avatar of englishman
englishman

asked on

Effect of cpu/memory on application

Hi,

Red Hat Enterprise Linux ES release 4 (Nahant Update 5) with OS RHEL4 (whatever that implies).
CPU: Dual-Core AMD Opteron Processor 1212
1GB DDR RAM

On this machine some developers are installing a fairly big application.
(Will give details if it helps)

My question is:
If the CPU isn't powerful enough (presently Single AMD Opteron 1212 AM2) - or memory too small (presently 1gb DDR2) ... to what extent will this cause application errors or will the application simply run slowly?

Thank you people
ASKER CERTIFIED SOLUTION
Avatar of tvman_od
tvman_od
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of englishman
englishman

ASKER

tvman,
Thank you for that - just a quick one:

Are there situations where the use of a Xeon CPU would work smoothly where an Opteron would cause application problems?

Cheers
I can imagen if it was optimized to run on Xeon only and uses some very specific features. If application written on Java, VisualBasic or any other interpretating systems, then there is no way to see any difference. C/C++ compilers in most cases will create compatble code unless CPU family specified.