in reply to Re^2: A way to see how much 'memory' a program will take up in, say, mod_perl, so I can start to optimize it?
in thread A way to see how much 'memory' a program will take up in, say, mod_perl, so I can start to optimize it?

So your program makes some SQL requests? Maybe returned dataset is too big? Test your SQL requests in standalone scripts and see how much memory they would use.

  • Comment on Re^3: A way to see how much 'memory' a program will take up in, say, mod_perl, so I can start to optimize it?