When attempting to edit a Protection Group in VMware Live Site Recovery, the vSphere Client user interface freezes and becomes unresponsive
VLR 9.x
This behavior is caused by a browser layout engine failure, specifically a layout recalculation loop known as layout thrashing. This occurs when the browser's main thread becomes locked while attempting to calculate element dimensions. Common triggers include:
To resolve the UI freeze, perform the following troubleshooting steps:
1. Adjust Browser Zoom
Ensure the browser zoom level is set to exactly 100%. Fractional scaling from zoom levels like 110% or 125% is a primary trigger for layout thrashing
2. Disable Experimental Features and Extensions
3. Implement Viewport Workaround
If the UI freezes, you can bypass the hang by changing the browser's viewport context:
4. Timeout Configuration (Optional)
While primarily is a browser issue, ensure your environment has adequate timeout values if you observe underlying network delays
Increase standard values in /opt/vmware/dr-client/lib/h5dr.properties to below:
For more details on UI responsiveness, refer to the Broadcom Tech Docs: The VMware Live Site Recovery user interface freezes and becomes unresponsive