minimum hardware requirements

Hello to all,

do you know the minimum hardware requirements for ASG 7?
I'm try it on a PIII 500 MHz with 256 MB RAM and I see low performances...
Parents
  • From Astaro's minimum hw requirements:
    Astaro minimum recommendation for V7 BETA installations:
    Intel Pentium III 900 MHz, 256MB RAM, 10 GB hard disk drive and above.

    Best performance results running on:
    Dual Xeon or Athlon, 2GB RAM, 36 GB SCSI 15krpm hard disk drive and above.
    If you are doing any content filtering (SMTP proxy, web proxy, Intrusion detection, etc) you will need more memory than the minimum.

    To determine what is limiting performance, log into the machine via ssh and run `vmstat 1` while doing whatever you normally do when the machine is slow. Then look to see if you see any swap activity or if there is low CPU idle time to determine if it's your CPU or memory holding you back. If you see a lot of user time, you can run `top` to see what processes are using up CPU or memory (look for processes with the highest resident size).

    On a system running a minimal config, the big memory users are the syslog-reporter programs, webadmin, confd/prpc apps and mysql.
Reply
  • From Astaro's minimum hw requirements:
    Astaro minimum recommendation for V7 BETA installations:
    Intel Pentium III 900 MHz, 256MB RAM, 10 GB hard disk drive and above.

    Best performance results running on:
    Dual Xeon or Athlon, 2GB RAM, 36 GB SCSI 15krpm hard disk drive and above.
    If you are doing any content filtering (SMTP proxy, web proxy, Intrusion detection, etc) you will need more memory than the minimum.

    To determine what is limiting performance, log into the machine via ssh and run `vmstat 1` while doing whatever you normally do when the machine is slow. Then look to see if you see any swap activity or if there is low CPU idle time to determine if it's your CPU or memory holding you back. If you see a lot of user time, you can run `top` to see what processes are using up CPU or memory (look for processes with the highest resident size).

    On a system running a minimal config, the big memory users are the syslog-reporter programs, webadmin, confd/prpc apps and mysql.
Children