You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sharedMemorySize [<integer>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) maps to ru_ixrss but is not supported by any platform.
unsharedDataSize [<integer>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) maps to ru_idrss but is not supported by any platform.
unsharedStackSize [<integer>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) maps to ru_isrss but is not supported by any platform.
I did not understand why they are not supported by any platform. Did you mean is not supported by all platforms ? If it is not supported by any platform, why do we have it?
The text was updated successfully, but these errors were encountered:
Affected URL(s)
https://nodejs.org/api/process.html#processresourceusage
Description of the problem
According to the documentation:
I did not understand why they are not supported by any platform. Did you mean
is not supported by all platforms
? If it is not supported by any platform, why do we have it?The text was updated successfully, but these errors were encountered: