I have Gen 2 VM with Debian 10.5 in a Hyper-V(2019) host. Currently its running a web app which does not use much memory (the system monitor shows its using 2GB out of 8GB), but the memory demand frequently exceeds the assigned one.
Startup memory: 8196 MB Dynamic memory: Disabled Assigned memory: 8196 MB Memory demand: 10818 MB
In addition the web app page often gets connection not found when I ping the server I get frequent 'Request time out'.
- Why is the memory demand so high? What could create this effect?
- Is the connection loss affected by the memory demand?
- What should I look for to pinpoint the connection problem?
PS: Im fairly new to this so if there is more info I should provide please let me know.