[pypy-commit] stmgc c8-tcp-style-trx-length: Backed out changeset cdbb6dade13a

tobweber pypy.commits at gmail.com
Fri Aug 4 05:29:58 EDT 2017


Author: Tobias Weber <tobias_weber89 at gmx.de>
Branch: c8-tcp-style-trx-length
Changeset: r2143:7ffcfbd0993a
Date: 2017-08-03 12:13 +0200
http://bitbucket.org/pypy/stmgc/changeset/7ffcfbd0993a/

Log:	Backed out changeset cdbb6dade13a

diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c
--- a/c8/stm/nursery.c
+++ b/c8/stm/nursery.c
@@ -20,8 +20,8 @@
 // corresponds to ~4 GB
 #define LARGE_FILL_MARK_NURSERY_BYTES   0x100000000L
 
-// corresponds to ~40 KB nursery fill
-#define STM_DEFAULT_RELATIVE_TRANSACTION_LENGTH (0.00001)
+// corresponds to ~4 MB nursery fill
+#define STM_DEFAULT_RELATIVE_TRANSACTION_LENGTH (0.001)
 // corresponds to ~4 KB nursery fill
 #define STM_MIN_RELATIVE_TRANSACTION_LENGTH (0.000001)
 


More information about the pypy-commit mailing list