BatchExplorer
BatchExplorer copied to clipboard
The memory information is incorrect
Describe the bug Customer reports when he used explorer, the memory information is wrong.
To Reproduce Customer is using f2s_v2 series VM which should have 4 GB memory but it shows to be only 1.27 GB.
Expected behavior The total memory should be 4GB.
Screenshots
I see this is using container vm image. Could this be run inside the container and it only has access to a subset of the memory?
I don't think so. Since batch-insight is running on host. Yes?
Its running wherever the user starts it. if the start task is running in a container it will run in a container
Unless this is displaying the information when the start task is running. Otherwise, the container dead after start task finished. Any, I can double check with customer.
I just tried same os and vm size and I get the right value, not sure what else could be wrong
Could he try running the following query in application insights? See if thats an issue with the upload or Batch Epxlorer displaying it
customMetrics
| where timestamp >= ago(10m)
| where name == "Memory used" or name == "Memory available"
| where cloud_RoleName == "standard"