ibmi: set the amount of memory in use to zero#2732
Closed
dmabupt wants to merge 1 commit intolibuv:v1.xfrom
Closed
ibmi: set the amount of memory in use to zero#2732dmabupt wants to merge 1 commit intolibuv:v1.xfrom
dmabupt wants to merge 1 commit intolibuv:v1.xfrom
Conversation
bnoordhuis
approved these changes
Mar 7, 2020
cjihrig
approved these changes
Mar 7, 2020
f2d61af to
bdd0ccc
Compare
On IBMi PASE, the amount of memory in use includes storage used for memory and disks. So we hard coded the amount of memory in use to zero on IBMi based on below discussion - nodejs/node#32043
26ddbd8 to
5ff5e80
Compare
bnoordhuis
pushed a commit
that referenced
this pull request
Mar 10, 2020
On IBMi PASE, the amount of memory in use includes storage used for memory and disks. So we hard-code the amount of memory in use to zero on IBMi, based on discussion in nodejs/node#32043. PR-URL: #2732 Refs: nodejs/node#32043 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Member
|
Thanks Meng, landed in af7143b. |
nodejs-github-bot
pushed a commit
to nodejs/node
that referenced
this pull request
Jun 22, 2022
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
F3n67u
pushed a commit
to F3n67u/node
that referenced
this pull request
Jun 24, 2022
On IBM i rss memory information is not available and always returns `0`. PR-URL: nodejs#43511 Refs: nodejs#43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos
pushed a commit
to nodejs/node
that referenced
this pull request
Jul 12, 2022
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos
pushed a commit
to nodejs/node
that referenced
this pull request
Jul 20, 2022
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos
pushed a commit
to nodejs/node
that referenced
this pull request
Jul 31, 2022
On IBM i rss memory information is not available and always returns `0`. PR-URL: #43511 Refs: #43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
guangwong
pushed a commit
to noslate-project/node
that referenced
this pull request
Oct 10, 2022
On IBM i rss memory information is not available and always returns `0`. PR-URL: nodejs/node#43511 Refs: nodejs/node#43509 Refs: libuv/libuv#2732 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
liujinye-sys
pushed a commit
to open-vela/apps_system_libuv
that referenced
this pull request
Jul 23, 2025
On IBMi PASE, the amount of memory in use includes storage used for memory and disks. So we hard-code the amount of memory in use to zero on IBMi, based on discussion in nodejs/node#32043. PR-URL: libuv/libuv#2732 Refs: nodejs/node#32043 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
liujinye-sys
pushed a commit
to open-vela/apps_system_libuv
that referenced
this pull request
Dec 16, 2025
On IBMi PASE, the amount of memory in use includes storage used for memory and disks. So we hard-code the amount of memory in use to zero on IBMi, based on discussion in nodejs/node#32043. PR-URL: libuv/libuv#2732 Refs: nodejs/node#32043 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On IBMi PASE, the amount of memory in use includes storage
used for memory and disks. So we hard coded the amount of memory
in use to zero on IBMi based on below discussion -
nodejs/node#32043