Don't repeat generation sizes in the comments (they could get out of sync).

Copied from Perforce
 Change: 186827
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-07-04 13:58:34 +01:00
parent 358a3c5fc6
commit 37a15e8f3e

View file

@ -626,13 +626,13 @@
/* Default chain for GC pools
*
* TODO: The default should be to measure liveness and make sensible
* decisions.
* decisions. See job003794.
*/
#define ChainDEFAULT \
{ \
{ 8 * 1024, 0.85 }, /* 8MiB nursery */ \
{ 36 * 1024, 0.45 } /* 32MiB second gen, after which dynamic */ \
{ 8 * 1024, 0.85 }, /* nursery */ \
{ 36 * 1024, 0.45 } /* second gen, after which dynamic */ \
}