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

Allow to specify VRAM amount #57

Closed
andreiborisov opened this issue Apr 25, 2020 · 2 comments
Closed

Allow to specify VRAM amount #57

andreiborisov opened this issue Apr 25, 2020 · 2 comments

Comments

@andreiborisov
Copy link

In addition to CPU and memory, it would be useful to be able to specify the amount of VRAM, since the default value (at least for Parallels) is quite low.

It should be fairly straightforward to implement, again, for Parallels it would be:

prl.customize ["set", :id, "--videosize", "256"]

This would set VRAM to 256 MB.

@bacongravy
Copy link
Owner

Hi @schrodincat, thanks for the feature request. Is it important to you that this setting be configurable? I’m wondering if it might be better to just set it to 256 for all boxes.

@andreiborisov
Copy link
Author

andreiborisov commented Apr 26, 2020

Yeah, I think setting it to 256 for all boxes is fine.

However, wouldn’t the appropriate amount be different for different providers (256 is maximum for Parallels currently since they don’t support hardware 3D acceleration)? In that case, it probably would be easier to allow customization (unless you want to set VRAM only for Parallels provider, which is also fine by me🙂).

The only real problem with the fixed amount I can foresee is that it'll probably need to be changed in the future due to macOS requirement changes and whatnot.

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

No branches or pull requests

2 participants