VirtualBox

Ignore:
Timestamp:
Aug 25, 2021 12:53:19 AM (3 years ago)
Author:
vboxsync
Message:

IPRT/log: Changed the default buffer size in ring-0 to 16KB as it's usually not buffered or we specify our own buffers (VMM). bugref:10086

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r90862 r90863  
    9090/** The default buffer size. */
    9191#ifdef IN_RING0
    92 # define RTLOG_BUFFER_DEFAULT_SIZE      _64K
     92# define RTLOG_BUFFER_DEFAULT_SIZE      _16K
    9393#else
    9494# define RTLOG_BUFFER_DEFAULT_SIZE      _128K
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