1Y0-201 · Question #8
Scenario: In a XenDesktop deployment, a Citrix Administrator must install an application that renders locally and creates a large number of temporary files on the local drive of Desktop OS machines…
The correct answer is B. Cache in device RAM. When a vDisk is switched to Standard mode for an application that generates large numbers of temporary files, selecting RAM-only write cache risks exhausting available memory and triggering a blue screen of death.
Question
Scenario: In a XenDesktop deployment, a Citrix Administrator must install an application that renders locally and creates a large number of temporary files on the local drive of Desktop OS machines. The administrator creates a vDisk in Private mode that contains the application. Now the administrator must change the vDisk mode from Private to Standard. The administrator must also determine the appropriate write cache type to configure. Which cache type will likely result in system failures with a blue screen of death?
Options
- ACache on server
- BCache in device RAM
- CCache on server persisted
- DCache in device RAM with overflow on hard disk
How the community answered
(21 responses)- A10% (2)
- B57% (12)
- C29% (6)
- D5% (1)
Why each option
When a vDisk is switched to Standard mode for an application that generates large numbers of temporary files, selecting RAM-only write cache risks exhausting available memory and triggering a blue screen of death.
Cache on server redirects write cache to the Provisioning Server's disk, which has far greater capacity than device RAM and will not exhaust local memory.
Cache in device RAM stores all write cache data entirely in the VM's physical memory with no spillover path. An application that continuously generates large temporary files will progressively fill that fixed-size RAM cache until memory is fully exhausted, causing the kernel to encounter an unrecoverable allocation failure and issue a BSOD.
Cache on server persisted also stores write data on the server and retains it across reboots, providing ample capacity without risk of local memory exhaustion.
Cache in device RAM with overflow on hard disk uses RAM as a fast primary tier but automatically spills excess data to the local hard disk, preventing the memory exhaustion that causes a BSOD.
Concept tested: Provisioning Services vDisk write cache type selection
Source: https://docs.citrix.com/en-us/provisioning/current-release/configure/configure-vdisks/write-cache.html
Topics
Community Discussion
No community discussion yet for this question.