Hi,
In general, we don’t need to delete paging file specially in C partition, just set No paging files on C partition and set paging files size on other partitions.
The paging file may grow to large amounts. 5GB-10GB for a paging file is pretty normal. If you want to capture a reference image for deployment, just set No paging file in Virtual memory interface.
For memory leak issue, you could use performance monitor to find which process are keep increasing memory usage.
To perform a performance monitor
Type perfmon in searching box, start performance monitor.
Select performance monitor
Right click on graph and add counters
Select pool paged bytes under process, the processes will be listed under instances of selected object box
Keep monitor on and find which process in paged pool keep increasing memory usage.
-------------------------------------------------------------------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.