You have a server named Server1. Server1 contains a volume that has Data Deduplication enabled. You need to reduce the amount of memory allocated to the Data Deduplication process. Which cmdlet should you run?
Answer should be correct (answer D):
https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/advanced-settings
Read the -memory parameter
https://docs.microsoft.com/en-us/powershell/module/deduplication/new-dedupschedule?view=win10-ps
Search the parameter list for -Memory
Specifies the maximum percentage of physical computer memory that the data deduplication job can use.
For optimization jobs, we recommend that you set a range from 15 to 50, and a higher memory consumption for jobs that you schedule to run when you specify the StopWhenSystemBusy parameter. For garbage collection and scrubbing jobs, which you typically schedule to run in off hours, you can set a higher memory consumption, such as 50.
New-DedupSchedule -Name "NightlyOptimization" -Type Optimization -DurationHours 11 -Memory 100 -Cores 100 -Priority High -Days @(1,2,3,4,5) -Start (Get-Date "2016-08-08 19:00:00")
this is for 100% CPU.. but you get the point
https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/advanced-settings
This section is not available anymore. Please use the main Exam Page.70-740 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Aldrid
Highly Voted 5 years, 4 months agothisisnotnickaname
Most Recent 5 years, 2 months agoITforLyfe
4 years, 5 months agouser200
5 years, 4 months agove22
5 years, 3 months ago