pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/mono



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Jun 15 09:27:29 UTC 2015

Modified Files:
        pkgsrc/lang/mono: Makefile distinfo
        pkgsrc/lang/mono/patches: patch-ak
Added Files:
        pkgsrc/lang/mono/patches: patch-libgc_misc.c

Log Message:
Behave when address space limits are in place:
(1) Default heap limit to 75% of available address space.
(2) Limit GC marker threads to 4MB/8MB (32bit vs 64bit) stack space.
    As Mono tries to create 16 such threads by default, the default
    stack size on AMD64 would eat 2GB VA alone.

Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/lang/mono/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/lang/mono/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/mono/patches/patch-ak
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/mono/patches/patch-libgc_misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index