We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened :
Tencent VM spec 조회하면 메모리 용량이 잘못 표시됨 (MB vs. GB) 😊
What you expected to happen :
How to reproduce it (as minimally and precisely as possible) :
Anything else we need to know? :
Environment
Proposed solution :
Any other context :
The text was updated successfully, but these errors were encountered:
@dev4unet
Sorry, something went wrong.
@powerkimhub 현재 소스를 살펴 보니 AWS / GCP / Tencent는 그대로 보내고 있고 Alibaba는 1024를 곱해서 전송하고 있네요. Tencent의 경우 숫자를 그대로 리턴하고 있으며 API에서 GB단위로 보내고 있습니다. https://intl.cloud.tencent.com/ko/document/api/213/15753#InstanceTypeConfig
Tencent의 경우 제쪽에서 /1024를 해야하면 알려 주시면 수정하겠습니다. { "Zone": "ap-seoul-1", "InstanceFamily": "S2", "InstanceType": "S2.SMALL1", "CPU": 1, "GPU": 0, "FPGA": 0, "Memory": 1 }, { "Zone": "ap-seoul-1", "InstanceFamily": "S3", "InstanceType": "S3.SMALL1", "CPU": 1, "GPU": 0, "FPGA": 0, "Memory": 1 },
Merge pull request #491 from dev4unet/master
955bafd
텐센트 이슈 #488 처리 - 메모리 단위를 GB->MB로 변경
dev4unet
Successfully merging a pull request may close this issue.
What happened
:
Tencent VM spec 조회하면
메모리 용량이 잘못 표시됨 (MB vs. GB) 😊
What you expected to happen
:
How to reproduce it (as minimally and precisely as possible)
:
Anything else we need to know?
:
Environment
Proposed solution
:
Any other context
:
The text was updated successfully, but these errors were encountered: