Index: /trunk/include/VBox/vm.h
===================================================================
--- /trunk/include/VBox/vm.h	(revision 24721)
+++ /trunk/include/VBox/vm.h	(revision 24722)
@@ -840,5 +840,5 @@
         struct PGM  s;
 #endif
-        uint8_t     padding[6080];      /* multiple of 64 */
+        uint8_t     padding[4096*2+6080];      /* multiple of 64 */
     } pgm;
 
Index: /trunk/src/VBox/VMM/PGMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/PGMInternal.h	(revision 24721)
+++ /trunk/src/VBox/VMM/PGMInternal.h	(revision 24722)
@@ -1426,5 +1426,5 @@
 /** The number of TLB entries in PGMCHUNKR3MAPTLB.
  * @remark Must be a power of two value. */
-#define PGM_CHUNKR3MAPTLB_ENTRIES   32
+#define PGM_CHUNKR3MAPTLB_ENTRIES   64
 
 /**
@@ -1494,5 +1494,5 @@
 /** The number of entries in the ring-3 guest page mapping TLB.
  * @remarks The value must be a power of two. */
-#define PGM_PAGER3MAPTLB_ENTRIES 64
+#define PGM_PAGER3MAPTLB_ENTRIES 256
 
 /**
