Skip to content

Conversation

@Anton-Latukha
Copy link
Collaborator

@Anton-Latukha Anton-Latukha commented Dec 19, 2021

Anton-Latukha and others added 2 commits December 20, 2021 02:20
A thread is spawned which at a prespecified interval will report the
live bytes and heap size at the last major collection.

Live bytes corresponds to how much live data a program has and should
match closely the value reported during heap profiling.

Heap size reports the total amount of memory the RTS is using, which
corresponds more closely to OS memory usage.

```
[INFO] Live bytes: 367.45MB Heap size: 676.33MB
```

Closes haskell#1493

Author:     Matthew Pickering <[email protected]>
@Anton-Latukha Anton-Latukha changed the title PR to test rebase of the PR #1508 testing PR #1508 rebase Dec 20, 2021
@Anton-Latukha
Copy link
Collaborator Author

Closing in favour of #1508.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants