Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2011 19:27:31 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs txg.c
Message-ID:  <201103111927.p2BJRq59045414@repoman.freebsd.org>

index | next in thread | raw e-mail

avg         2011-03-11 19:27:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/cddl/contrib/opensolaris/uts/common/fs/zfs txg.c 
  Log:
  SVN rev 219526 on 2011-03-11 19:27:31Z by avg
  
  use even larger stack size for ZFS txg_sync_thread
  
  While the stack size was larger than the default stack size on i386, it
  was smaller than the default stack size on amd64 and apparently that
  wasn't enough.  So, bump the size to 4 pages.  Upcoming ZFSv28 code uses
  8 pages for this stack size.
  
  This is a direct commit to stable/8.
  
  PR:             kern/154681
  Discussed with: pjd
  
  Revision  Changes    Path
  1.3.2.5   +1 -1      src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103111927.p2BJRq59045414>