PHP is using 46K of ram, is there a way to reduce it?

PHP is using 46K of ram, is there a way to reduce it?

I setup Virtualmin on a server and is persistently using 512K of RAM even if only virtualmin and another and a few php.cgis are running.

Can it be reduced. I am running it with mod_fcgid?

While there’s a number of factors that could affect how much RAM PHP shows up as using (and I assume you mean 512MB and not 512K) – you might want to check out what modules PHP is loading.

If it’s loading modules you don’t need, you can save on RAM by disabling some of those.

You can see the conf files that are loading the various modules in /etc/.

-Eric