This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 458
Linear memory growth in bootstrapped application process #6588
Comments
|
I guess looking at more data i see the
|
ManuGowda
changed the title
Bootstrapped application process linear memory growth
Linear memory growth in bootstrapped application process
Jul 21, 2021
ManuGowda
added a commit
that referenced
this issue
Jul 27, 2021
Linear memory growth in bootstrapped application process - Closes #6588
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behavior
The Bootstrapped application process memory should not grow in linear over a period of time.
The GC should be able to clean up memory on time.
Actual behavior
Note: the memory growth occurs over a period of time (6 days in this case)
Possible memory bloat/growth in bootstrapped application process.
rss, heapTotal, heapUsed
memory usage grows over period of time (over a period of 6 days), however, therss
memory came down to121.86 MB
after 6th day, initially therss
growth started from100MB
to500MB
. TheheapTotal, heapUsed
continues to grow without any reduction.Steps to reproduce
npm install -g lisk-commander
lisk init /tmp/test_memory
process.memoryUsage
Which version(s) does this affect? (Environment, OS, etc...)
5.1.x, Node.js version 12.22.3
The text was updated successfully, but these errors were encountered: