VirtualBox

Changeset 73542 in vbox for trunk/src


Ignore:
Timestamp:
Aug 7, 2018 11:51:43 AM (6 years ago)
Author:
vboxsync
Message:

SUPDrv-linux.c: Reserve more exec memory space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r71199 r73542  
    145145 */
    146146# ifdef DEBUG
    147 #  define EXEC_MEMORY_SIZE   6291456    /* 6 MB */
     147#  define EXEC_MEMORY_SIZE   8388608    /* 8 MB */
    148148# else
    149 #  define EXEC_MEMORY_SIZE   1572864    /* 1.5 MB */
     149#  define EXEC_MEMORY_SIZE   2097152    /* 2 MB */
    150150# endif
    151151extern uint8_t g_abExecMemory[EXEC_MEMORY_SIZE];
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette