On Thursday, 11 January 2018 14:07:57 GMT Vít Šesták wrote:
> For your case, I have few questions:
>
> * What's dom0 swap usage? Qmemman includes this amount in memory
> requirements.
My dom0 has no swap, I didn't disable it, it just never had any.
I guess thats because in the installer I didn't assign any swap partition.
> * Where does your “1.3 GB is in use” claim come from?
Top :)
The "in use" is what top claims. Add the "buff/cache" amount (1MB) to it and
the "free" amount (1.6MB) and I do get to the total reported in both top and
xentop.
> * How much of memory does the AppVM use?
I looked at it at the time I got repeated crashes, it had some 800MB
assigned to it.
> What is the memory limit for the
> AppVM? See VM settings » Advanced » Initial memory.
The settings are 1GB initial and 4GB max.
I "solved" it by closing some VMs and my chromium got more space assigned.
-----
The qmemman has some more room for growth.
For instance I have one "Work" VM where I compile C++ code. I assigned it
16GB of memory and then qmemman came and only gave me 2GB.
I start a compile (8 cores times 0.6GB of mem used) and maybe 10 seconds
later I get out-of-memory issues.
To my annoyance xentop shows me that there is still >10 GB free,
unallocated. For some reason it just doesn't seem to allow growth of memory
fast enough, regardless of my settings.
I "solved" that by turning off memory management for that VM and just
setting it to 12GB always :(