mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added comma
This commit is contained in:
parent
667782cab3
commit
bb48e32600
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ The collector scans the heap and frees memory used by all white objects:
|
|||
|
||||
<img src="images/gc-graph-sweep.png" alt="Initial object graph">
|
||||
|
||||
If the heap is still low on memory at this point the heap will be increased in size. Also, to ensure a complete collection data for any terminated threads is not freed until now.
|
||||
If the heap is still low on memory at this point the heap will be increased in size. Also, to ensure a complete collection, data for any terminated threads is not freed until now.
|
||||
|
||||
### Resting
|
||||
The collector cycle is complete and it rests until it is triggered again.
|
||||
|
|
Loading…
Add table
Reference in a new issue