VirtualBox

Changeset 15995 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Jan 16, 2009 2:35:49 PM (16 years ago)
Author:
vboxsync
Message:

XPCOM: raise the XP com thread default stack size from 64 to 128K for testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptthread.c

    r11598 r15995  
    398398#endif /* !VBOX_USE_IPRT_IN_NSPR */
    399399
     400#ifndef VBOX_USE_IPRT_IN_NSPR
    400401    if (0 == stackSize) stackSize = (64 * 1024);  /* default == 64K */
     402#else
     403    if (0 == stackSize) stackSize = (2 * 64 * 1024);  /* default == 128K */
     404#endif /* VBOX_USE_IPRT_IN_NSPR */
    401405#ifdef _MD_MINIMUM_STACK_SIZE
    402406    if (stackSize < _MD_MINIMUM_STACK_SIZE) stackSize = _MD_MINIMUM_STACK_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