Results 1 to 4 of 4
Hi, i'm running Apache with Orcle in Linux env.
disk usage was 100% but we are not able to find solution;after that i plan to restart the server.
so i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-10-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
Apache Diskusage.
Hi, i'm running Apache with Orcle in Linux env.
disk usage was 100% but we are not able to find solution;after that i plan to restart the server.
so i stop all the apps one by one; first i stop apache. after that diskusage comes to 41%.So looks like apache utlize diskspace.
can i know how to disable diskusage in apache ??
need help on this.
- 10-10-2008 #2
this command will give you a top 10 list of your largest directories
du -k / | sort -n | tail -10
I would make sure its apache and not something else, like oracle temp dirs.
- 10-10-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 2
- 10-10-2008 #4
I guess if it happens again run the command I posted above before restarting apache.


Reply With Quote

