Author: Remi Meier Branch: c7 Changeset: r692:1e6f2b1810b2 Date: 2014-01-30 15:32 +0100 http://bitbucket.org/pypy/stmgc/changeset/1e6f2b1810b2/
Log: lower the nursery size again diff --git a/c7/core.h b/c7/core.h --- a/c7/core.h +++ b/c7/core.h @@ -10,7 +10,7 @@ #define NB_THREADS 2 #define MAP_PAGES_FLAGS (MAP_SHARED | MAP_ANONYMOUS | MAP_NORESERVE) #define LARGE_OBJECT_WORDS 36 -#define NB_NURSERY_PAGES 2048 // 8MB +#define NB_NURSERY_PAGES 1024 // 4MB #define LENGTH_SHADOW_STACK 163840 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
