diff options
Diffstat (limited to 'includes/rts/Constants.h')
-rw-r--r-- | includes/rts/Constants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h index 842c37b369..a7eef0fb26 100644 --- a/includes/rts/Constants.h +++ b/includes/rts/Constants.h @@ -275,6 +275,12 @@ #define TSO_SQUEEZED 128 /* + * Enables the AllocationLimitExceeded exception when the thread's + * allocation limit goes negative. + */ +#define TSO_ALLOC_LIMIT 256 + +/* * The number of times we spin in a spin lock before yielding (see * #3758). To tune this value, use the benchmark in #3758: run the * server with -N2 and the client both on a dual-core. Also make sure |