You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i try to use memory balloon on proxmox with nanovms and i quickly get several problems, i know, now memory balloon support is a new feature in NanoVMS, but may be this problems is interesting:
My usd app after start (without traffic load) consume by default ~ 900MB memory, its normal, because buffer = 2097152 option in my usd.conf used for creating 4 static sized preallocated arrays in my usd app source code:
For quickly reproduce you can use my prepared test and bench environment in this issue: #2099
Settings in proxmox:
I try to use different memory settings:
256MB/8GB
1GB/8GB
4GB/8GB
Also little strange here:
With settings 4GB/8GB, immediately after start VM:
With settings 1GB/8GB, immediately after start VM:
With settings 4GB (without min/max memory), immediately after start VM:
In this mode no have crashes like above.
But in all cases i check how much memory consumed on host proxmox machine, ps aux | grep kvm | grep usd shows me normal memory consumption - 0.3% (~900MB) of 256GB of host machine memory.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello, i try to use memory balloon on proxmox with nanovms and i quickly get several problems, i know, now memory balloon support is a new feature in NanoVMS, but may be this problems is interesting:
My usd app after start (without traffic load) consume by default ~ 900MB memory, its normal, because
buffer = 2097152
option in my usd.conf used for creating 4 static sized preallocated arrays in my usd app source code:s1MemStat.Buffer = make([]MData, buffer)
s2MemStat.Buffer = make([]MData, buffer)
r1RedStat.Buffer = make([]RData, buffer)
r2RedStat.Buffer = make([]RData, buffer)
For quickly reproduce you can use my prepared test and bench environment in this issue: #2099
Settings in proxmox:
I try to use different memory settings:
256MB/8GB
1GB/8GB
4GB/8GB
Also little strange here:
With settings 4GB/8GB, immediately after start VM:
With settings 1GB/8GB, immediately after start VM:
With settings 4GB (without min/max memory), immediately after start VM:
In this mode no have crashes like above.
But in all cases i check how much memory consumed on host proxmox machine,
ps aux | grep kvm | grep usd
shows me normal memory consumption - 0.3% (~900MB) of 256GB of host machine memory.The text was updated successfully, but these errors were encountered: