Bug 1549660 - Update pretenuring GC parameter documentation r=jonco

Differential Revision: https://phabricator.services.mozilla.com/D30164

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Paul Bone 2019-05-08 07:02:00 +00:00
Родитель 813b63b00e
Коммит c4a4adb910
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -293,8 +293,8 @@ typedef enum JSGCParamKey {
JSGC_NURSERY_FREE_THRESHOLD_FOR_IDLE_COLLECTION = 27, JSGC_NURSERY_FREE_THRESHOLD_FOR_IDLE_COLLECTION = 27,
/** /**
* If this percentage of the nursery is tenured, then proceed to examine which * If this percentage of the nursery is tenured and the nursery is at least
* groups we should pretenure. * 4MB, then proceed to examine which groups we should pretenure.
* *
* Default: PretenureThreshold * Default: PretenureThreshold
* Pref: None * Pref: None