Hello! I have a php application (self-written) that has to compute a huge amount of data (several GB). I am using PHP as a module of apache. The problem is that the apache process seems to use at most 2GB of memory. My two 64-Bit Debian servers have 4GB and 8GB of RAM and about 80GB Swap but only 2GB are used. Do you have an idea what parameters I could change to make php use more memory? BTW: It really is not a memory hole problem. The app is doing tons of calculation over a 50GB database. I already set the limits in php.ini to "-1". Thanks in advance, Damian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php