If I upload any document or image in my SharePoint site, then it makes my C-drive memory full ,how do I control this?
Can I move any data to another drive to free up space?
hi
Â
1. IIS Logs
2. Temp files of your system
3. HTMl Error log files
4. change any diagnostic logging path to dDrive
5. check any antivirus log
Another thing to watch out are the IIS logs. If it is enabled, the log path can be found under ‘Logging’ in the IIS manager.
Google the first two – there will be tons of links.Â
Hello Mohamed – hope you don’t mind but I made some edits to make it easier to understand..Â
I am still not clear, is your server memory maxing out or the disk space on your C drive?Â
If it’s the disk space here are some options:
- Move the SharePoint ULS Logs to another drive.
- Move the BlobCache to another drive (edit Web.config).
- If it’s single sever, move the SQL Log (LDF) and / or MDF.
There’s probably lots more, but I will let the admins answer.