Use a reasonable default pthread stack size on Mac OS X.

Mac OS X uses a fixed default stack size of 512kB, which is too small for some
purposes. glibc on Linux uses ulimit -s, which is both a more reasonable thing
to do, and is generally set to a rational limit, such as 8MB.

BUG=43422
TEST=None really on the trunk. On the Mac 375 branch, using the .pac file on
     the bug, Chrome should not crash on startup.
Review URL: http://codereview.chromium.org/2035007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46717 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 831d29c2dfd23457aa54b9a4f73f030827500a65
1 file changed
tree: a119f06458d774e79bf9edb008daa623ad6f5000
  1. base/
  2. build/
  3. ipc/
  4. testing/