Date: Thu, 22 May 2003 22:07:34 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/ia32 ia32_signal.c ia32_sysvec.c ia32_util.h Message-ID: <200305230507.h4N57YZt013581@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/05/22 22:07:34 PDT FreeBSD src repository Modified files: sys/amd64/ia32 ia32_signal.c ia32_sysvec.c ia32_util.h Log: Deal with the user VM space expanding. 32 bit applications do not like having their stack at the 512GB mark. Give 4GB of user VM space for 32 bit apps. Note that this is significantly more than on i386 which gives only about 2.9GB of user VM to a process (1GB for kernel, plus page table pages which eat user VM space). Approved by: re (blanket) Revision Changes Path 1.2 +3 -3 src/sys/amd64/ia32/ia32_signal.c 1.5 +4 -4 src/sys/amd64/ia32/ia32_sysvec.c 1.6 +1 -1 src/sys/amd64/ia32/ia32_util.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305230507.h4N57YZt013581>