VirtualBox

Changeset 84496 in vbox for trunk/src


Ignore:
Timestamp:
May 25, 2020 11:23:17 AM (5 years ago)
Author:
vboxsync
Message:

VMM/DBGFTracer: Need to increase the maximum allowed size for a tracer instance to be able to capture guest read/writes, bugref:9210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/DBGFInternal.h

    r84494 r84496  
    4444
    4545/** The maximum tracer instance (total) size, ring-0/raw-mode capable tracers. */
    46 #define DBGF_MAX_TRACER_INSTANCE_SIZE    _8M
     46#define DBGF_MAX_TRACER_INSTANCE_SIZE    _512M
    4747/** The maximum tracers instance (total) size, ring-3 only tracers. */
    48 #define DBGF_MAX_TRACER_INSTANCE_SIZE_R3 _16M
     48#define DBGF_MAX_TRACER_INSTANCE_SIZE_R3 _1G
    4949/** Event ringbuffer header size. */
    5050#define DBGF_TRACER_EVT_HDR_SZ           (32)
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