Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Apple silicon, processes have 384 GB of the address space dedicated to the GPU #65

Open
saagarjha opened this issue Sep 1, 2020 · 3 comments
Labels
MacOS 🍏 MacOS / Darwin related issues

Comments

@saagarjha
Copy link

Not a bug, just a heads up because this wildly messes with the VIRT column. (Everything is red, and the number of significant digits goes waaay down.) On my computer this region is reliably located here:

GPU Carveout (reserved       1000000000-7000000000       [384.0G     0K     0K     0K] ---/--- SM=NUL          ... address space (unallocated)

Maybe this might be worth adding special accounting for?

@saagarjha

This comment has been minimized.

@cgzones cgzones added the MacOS 🍏 MacOS / Darwin related issues label Oct 13, 2020
@cgzones
Copy link
Member

cgzones commented Dec 23, 2020

The displaying of memory related numbers got overhauled with 40441dc.

@saagarjha is this still an issue?

@saagarjha
Copy link
Author

Hmm, it's still not quite how I would have liked: now everything that doesn't use the GPU gets rounded down to zero. Would it be possible to keep a decent number of significant figures for all processes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MacOS 🍏 MacOS / Darwin related issues
Projects
None yet
Development

No branches or pull requests

2 participants