Last Ispcp version
For informations about CPU and RAM , it's depend.
I have made some test, with differents configuration
The problem is alaway the same, with vm or not.
The Hyperviseur is :
Processeur: quad @ 2.83 12mo L2
Ram: 8gg de ddr2
Disque 2 X 1500gg sata2
Giga ethernet
Sytem Debian Lenny
Aapache2
fcgid php5
i can't have a litte configuration who dosen't crash
I'm sure is cause of php5-cgi.
If i make a kill of all process php5-cgi, then ram became free an useful
Some informations
Code:
ns2:/# ps aux |grep php5-cgi |wc -l
php5-cgi = 493
ns2:/# ps aux |grep apache2 |wc -l
11
To see result of command "ps auxf"
psauxf
20 min after
Code:
ns2:/# ps aux |grep php5-cgi|wc -l
533
ns2:/# ps aux |grep apache2 |wc -l
9
50 min after
Code:
ns2:/# ps aux |grep php5-cgi|wc -l
597
ns2:/# ps aux |grep apache2 |wc -l
14
80 min after ^^
Code:
ns2:/# ps aux |grep php5-cgi|wc -l
627
ns2:/# ps aux |grep apache2 |wc -l
15
Thank You for Your Help