Satwik Kolhe
Satwik Kolhe
@BonfaceKilz Thanks for reporting the issue, and mentioning about the changelog. Upgrading django-graphql-jwt to v0.2.0, resolved the issue. ``` pip install django-graphql-jwt==0.2.0 ```
@prziborowski Is there a way to set "grant memory" for a VM via pyVmomi?
@prziborowski Thanks for your prompt reply. According to docs, ESXi memory Management provides three memory related setting parameters, **reservation, limit** and **share**, ``` python from task import WaitForTask memReserve =...
@prziborowski True That, I also searched a lot for that kind of memory management api. Unfortunately, didn't find any! Anyways, I appreciate your help! Thanks.