Difference between revisions of "Windows Start"
From GWAVA Technologies Training
(Created page with "If the customer is using Windows Server 2008 R2 it is best to be aware of this issue. *You experience performance issues in applications and services when the system file cach...") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Windows 2008 Issues== | ||
If the customer is using Windows Server 2008 R2 it is best to be aware of this issue. | If the customer is using Windows Server 2008 R2 it is best to be aware of this issue. | ||
*You experience performance issues in applications and services when the system file cache consumes most of the physical RAM [https://support.microsoft.com/en-us/kb/976618] | *You experience performance issues in applications and services when the system file cache consumes most of the physical RAM [https://support.microsoft.com/en-us/kb/976618] | ||
*Windows Server 2008 R2 Metafile RAM Usage [http://serverfault.com/questions/325277/windows-server-2008-r2-metafile-ram-usage] | *Windows Server 2008 R2 Metafile RAM Usage [http://serverfault.com/questions/325277/windows-server-2008-r2-metafile-ram-usage] | ||
+ | *2008R2 Metafile using all the ram? [http://arstechnica.com/civis/viewtopic.php?t=1143246] | ||
+ | *Windows Server 2012 File Server Tip: Switch to the High Performance power profile [https://blogs.technet.microsoft.com/josebda/2012/11/10/windows-server-2012-file-server-tip-switch-to-the-high-performance-power-profile/] | ||
+ | |||
+ | ==Command Line Tools== | ||
+ | To delete large directory structures use these in combination[https://superuser.com/questions/19762/mass-deleting-files-in-windows/289399]: | ||
+ | |||
+ | del /f/s/q foldername > nul | ||
+ | rmdir /s/q foldername |
Latest revision as of 14:48, 3 July 2017
[edit] Windows 2008 Issues
If the customer is using Windows Server 2008 R2 it is best to be aware of this issue.
- You experience performance issues in applications and services when the system file cache consumes most of the physical RAM [1]
- Windows Server 2008 R2 Metafile RAM Usage [2]
- 2008R2 Metafile using all the ram? [3]
- Windows Server 2012 File Server Tip: Switch to the High Performance power profile [4]
[edit] Command Line Tools
To delete large directory structures use these in combination[5]:
del /f/s/q foldername > nul rmdir /s/q foldername