Hi,
I have a script that performs some mysql queries.Its supposed to be
run by bash not by a browser.
the problem is that in my development laptop it executes well using
3201136 bytes (+/- 3MBs) but on my live server (that i'm admin) it
consumes 64MBs and stops because the limit is 64MBs.
I'm using fedora+apache+m ysql on both systems.
What can cause this difrence? php.ini are the same, apache conf and
my.cnf are the same.
Where should i look for clues to whats happening?
I have a script that performs some mysql queries.Its supposed to be
run by bash not by a browser.
the problem is that in my development laptop it executes well using
3201136 bytes (+/- 3MBs) but on my live server (that i'm admin) it
consumes 64MBs and stops because the limit is 64MBs.
I'm using fedora+apache+m ysql on both systems.
What can cause this difrence? php.ini are the same, apache conf and
my.cnf are the same.
Where should i look for clues to whats happening?
Comment