EWF RamRegSolution - "Enable Lazy Writes"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anybody has expierence with EWFRamregSolution and "Enable Lazy Writes" =
True? Does this background writing gain a considerable performance benefit?
Are there side effects?

Regards,
grabg
 
Hi Guenter,

RAM Overlay stay in ram all the time except two cases.
1. When you do live commit and disable.
2. When you gracefully shutdown after using commit.

This is only two times that write request to disk is executed so even if "Enable Lazy Writes" was implemented there would be no
difference when you use RAM EWF. That option is probably used only for disk overlays.

Regards,
Slobodan
 
Thanks for Info.
--
GG


Slobodan Brcin (eMVP) said:
Hi Guenter,

RAM Overlay stay in ram all the time except two cases.
1. When you do live commit and disable.
2. When you gracefully shutdown after using commit.

This is only two times that write request to disk is executed so even if "Enable Lazy Writes" was implemented there would be no
difference when you use RAM EWF. That option is probably used only for disk overlays.

Regards,
Slobodan
 
Back
Top