Index: /trunk/src/VBox/Runtime/common/misc/sg.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/misc/sg.cpp	(revision 44134)
+++ /trunk/src/VBox/Runtime/common/misc/sg.cpp	(revision 44135)
@@ -47,5 +47,5 @@
     }
 
-    AssertReleaseMsg(      pSgBuf->cbSegLeft <= 5 * _1M
+    AssertReleaseMsg(      pSgBuf->cbSegLeft <= 32 * _1M
                      &&    (uintptr_t)pSgBuf->pvSegCur                     >= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg
                      &&    (uintptr_t)pSgBuf->pvSegCur + pSgBuf->cbSegLeft <= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg + pSgBuf->paSegs[pSgBuf->idxSeg].cbSeg,
