diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-10 14:45:58 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-01-10 14:45:58 -0300 |
| commit | 7827c40c49d841daca2a40463b8a60f9a113f77e (patch) | |
| tree | 28e4d4fe0f6a14a6d16c676153653a054d82dd9c /manual | |
| parent | e7af9cdf0b9fca080e8bb3463e16d60933e786f9 (diff) | |
| download | lua-7827c40c49d841daca2a40463b8a60f9a113f77e.tar.gz lua-7827c40c49d841daca2a40463b8a60f9a113f77e.tar.bz2 lua-7827c40c49d841daca2a40463b8a60f9a113f77e.zip | |
A few more tweaks in the garbage collector
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/manual.of | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/manual.of b/manual/manual.of index 6fd0df6d..ae38d7c6 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
| @@ -664,7 +664,7 @@ Values equal to or less than 100 mean the collector will not wait to | |||
| 664 | start a new cycle. | 664 | start a new cycle. |
| 665 | A value of 200 means that the collector waits for | 665 | A value of 200 means that the collector waits for |
| 666 | the total number of objects to double before starting a new cycle. | 666 | the total number of objects to double before starting a new cycle. |
| 667 | The default value is 300; the maximum value is 1000. | 667 | The default value is 200. |
| 668 | 668 | ||
| 669 | The garbage-collector step size controls the | 669 | The garbage-collector step size controls the |
| 670 | size of each incremental step, | 670 | size of each incremental step, |
| @@ -681,7 +681,7 @@ in each step, @M{n%} objects for each created object. | |||
| 681 | Larger values make the collector more aggressive. | 681 | Larger values make the collector more aggressive. |
| 682 | Beware that values too small can | 682 | Beware that values too small can |
| 683 | make the collector too slow to ever finish a cycle. | 683 | make the collector too slow to ever finish a cycle. |
| 684 | The default value is 200; the maximum value is 1000. | 684 | The default value is 200. |
| 685 | As a special case, a zero value means unlimited work, | 685 | As a special case, a zero value means unlimited work, |
| 686 | effectively producing a non-incremental, stop-the-world collector. | 686 | effectively producing a non-incremental, stop-the-world collector. |
| 687 | 687 | ||
