qvm-create-default-dvm running out of space

64 views
Skip to first unread message

Joonas Lehtonen

unread,
Dec 15, 2016, 4:40:52 AM12/15/16
to qubes...@googlegroups.com
Hi,

when trying to recreate the dvm after the latest torbrowser update I get:

qvm-create-default-dvm whonix-ws

[...]
DVM savefile created successfully.
cp: error writing '/dev/shm/qubes/current-savefile': No space left on device


And DVM starting fails after that obviously.

Do I have to resize /tmp to work around that problem? (2GB by default)

thanks,
Joonas

signature.asc

Andrew David Wong

unread,
Dec 15, 2016, 6:01:17 AM12/15/16
to Joonas Lehtonen, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I haven't encountered this before, but it sounds like the Tor Browser
update might've pushed you over the default 2 GB size limit. Maybe try
increasing the size of your DVM template?

- --
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYUnfxAAoJENtN07w5UDAw8DUP/iJfAONCJSs5/0z1fRkyNeFp
9CO6gyiw04GbFxjztN+adBBHo2e8I2ErHXceMBD22Uoc7FOpmcwfVxnZcybezRtj
Ti+5YxBtTFAYmd5zuk1B5TjiCY/nV7KrfNUBZBQGNu0X6JDX3xg2yd5l5+9OYvVm
n5oI65MhpnSRVSznA3WJ2jk+joArCaxgmRU3jlQAinNdsQb/EUYolEAyFA4WF7M2
MZFaOpNoAEAdg7/mtIP6rFuI34CcXuhajyowIpqoI+xqBdJvwH5uCFcIp4FTZc4N
xwxV3inI9k192uF8FQ+36+p+bftQPOc1RJGWOKfNX+rrlKcQDazC14CHCG8LwR6X
gPvpdYAkV4g8DW/nMJlZcjy7C0OcM7Wh6gztRvi4/diOPNJWkGrYKWKfyCwqHx8t
Hx4EJ54n7CdGwkgMYUY+8bifUYiw/G+urFAtqNMHqsRWgbyDiBzdQMB+MiNDwpPf
U4Nf3hX2Z83jUSwhpNJ5Je3IWs241QytuOzozHXt+J4/9WziTgdtbrz34m/TdidV
0yeOLrxzit/V4TTFaswGTeoHiT/OaMoR6Epv46ab/XjG8TbI7T0qWTyfBj5AvF6G
hnKAbXWHpOnXIOLKEd6ZSooQwMDBVpwLeA04m7lNO7F+uwlv5BwZUQsbdim3b5Tm
uEAIkhjDL92PiZprsO0Y
=JO2K
-----END PGP SIGNATURE-----

Marek Marczykowski-Górecki

unread,
Dec 15, 2016, 6:33:35 AM12/15/16
to Andrew David Wong, Joonas Lehtonen, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Thu, Dec 15, 2016 at 03:01:09AM -0800, Andrew David Wong wrote:
> On 2016-12-15 01:40, Joonas Lehtonen wrote:
> > Hi,
> >
> > when trying to recreate the dvm after the latest torbrowser update I get:
> >
> > qvm-create-default-dvm whonix-ws
> >
> > [...]
> > DVM savefile created successfully.
> > cp: error writing '/dev/shm/qubes/current-savefile': No space left on device
> >
> >
> > And DVM starting fails after that obviously.
> >
> > Do I have to resize /tmp to work around that problem? (2GB by default)
> >
> > thanks,
> > Joonas
> >
>
> I haven't encountered this before, but it sounds like the Tor Browser
> update might've pushed you over the default 2 GB size limit. Maybe try
> increasing the size of your DVM template?

Storing savefile in /dev/shm (tmpfs - stored in RAM only) is an
optimization to load it faster. Normally this file takes about
300-400MB, so should be well below 2GB limit... It's size depends on
memory amount used in DispVM.

First I'd check what other files you have there and in /tmp - maybe some
old unused stuff. But if it still does not fit, you can disable this
optimization by:

touch /var/lib/qubes/dvmdata/dont-use-shm

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJYUn+LAAoJENuP0xzK19csJ7gH/1zI/imHn7Jdg1l7VcZTOp0s
oP4pkYH+/gqPFqsuy58QMWpt68CVR0q2pGO8YFq+1BQ3fceO+WlKRav5xt7vdfHE
eD11kjVQEPS48teH7GyC5fWY6GaaF8FuVLFRP0KaE5UNhV0P0dlR7JrPwWPN0lS7
CE6a/ZTXldbhv0xAsyR7ktbjHsRRXqCNVBoN/TVvu2kX3sn8qJ8ItIL0NqOpUjGS
dlxso0hT6/RLObtOPJyL0FyycxtJm7Zwq17Mwp52HktXzuiHKJsfwoORDDekhUCW
L+Sis17rNwtFoI4qyVdp3BgyMddfjwkdXKYiVnEe525E3L29ArhtqKXAFdGUTJQ=
=pshu
-----END PGP SIGNATURE-----

Joonas Lehtonen

unread,
Dec 15, 2016, 8:25:14 AM12/15/16
to qubes...@googlegroups.com
>> I haven't encountered this before, but it sounds like the Tor Browser
>> update might've pushed you over the default 2 GB size limit. Maybe try
>> increasing the size of your DVM template?
>
> Storing savefile in /dev/shm (tmpfs - stored in RAM only) is an
> optimization to load it faster. Normally this file takes about
> 300-400MB, so should be well below 2GB limit... It's size depends on
> memory amount used in DispVM.
>
> First I'd check what other files you have there and in /tmp - maybe some
> old unused stuff.

/tmp is basically empty (avail: 2GB)

I also tried to increase it to 3GB via
mount /tmp -o remount,size=3G

but that did not help.

When I look at whonix-ws-dvm "initial memory" it says: ~2800MB

I changed that to 1000MB and everything works again.

signature.asc

Marek Marczykowski-Górecki

unread,
Dec 15, 2016, 8:32:57 AM12/15/16
to Joonas Lehtonen, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Why that high? Have you disabled dynamic memory management for this VM?
Otherwise it needs to be only that high to allow booting the VM, until
dynamic memory management kicks in.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJYUpuDAAoJENuP0xzK19csIzAIAIczRWf43UQKNhhfHz0Ryrt/
TzLKf/0VUfrC8C3wmMyzgFMHx+jhDNnzlupYIp9Mb12Lj4bfkQXaVvyBVJm65vmg
Vskio7AinJ4JVzNs/VL3PHyM3OY1eiy7DaP0PQHKv+HoQtm6Pfk5hJQSsolZCl78
EUHN3TFHIirc0kCno3JoAowccmRRaD2eNc5W9QQVXrOQHWuqqC/Wpta7xdrHhIcl
XJ5+m4LPne9GA1MIcGLLCgiia/g9mvIbtBgkSysriVYnpkOjWDiGvkxVPcCddkfn
lFqGQgtkgKfMy+x+a1TXgBn9fvbk6wdmFkRa0k60E3ne8a8+0RfFYxLp3FO+amg=
=PJsi
-----END PGP SIGNATURE-----

Joonas Lehtonen

unread,
Dec 15, 2016, 8:41:11 AM12/15/16
to Marek Marczykowski-Górecki, qubes...@googlegroups.com

>> When I look at whonix-ws-dvm "initial memory" it says: ~2800MB
>
>> I changed that to 1000MB and everything works again.
>
> Why that high?

since its preset value was over 2800 I didn't want to reduce it to much
but I just found out that something changes that value. (I did set it to
1000 it is now at >1500MB).

Is this a bug? Or can I disable this auto-adjustment?

> Have you disabled dynamic memory management for this VM?

No
signature.asc

Marek Marczykowski-Górecki

unread,
Dec 15, 2016, 8:45:44 AM12/15/16
to Joonas Lehtonen, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Thu, Dec 15, 2016 at 01:40:00PM +0000, Joonas Lehtonen wrote:
>
> >> When I look at whonix-ws-dvm "initial memory" it says: ~2800MB
> >
> >> I changed that to 1000MB and everything works again.
> >
> > Why that high?
>
> since its preset value was over 2800 I didn't want to reduce it to much
> but I just found out that something changes that value. (I did set it to
> 1000 it is now at >1500MB).
>
> Is this a bug? Or can I disable this auto-adjustment?

Ah, I forgot it's adjusted at qvm-create-default-dvm call time. Based on
memory usage inside of VM. It looks something use that much memory in
Whonix-ws based DVM... Try running 'top' there (switch to sorting by
memory with '>' key).

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJYUp6DAAoJENuP0xzK19csUmsH/iW+5j0CZKbJY3q8snfRZgag
A+UaXXuDP96JFyw52fbcmQp/iOuu+Me7PKWces+GVrnPsSr4LkGkmrwIsTvOnRlc
oCqoIakzseoTjUV4wHdev8tpboRVTzzfAAUFTtna1ULzOKvZpDCcSaztimXyQ/LZ
Lz5Zk6RLiBmSyaXzdM197XvTfB1eh7uTRCPctKvO1w62a1aTRGDL9wfl0KmTVusp
zOyGqOgrYEolRLWQQO8ugizjzN959CP6n9KVPTzBUDsOKdwQcKDBCQ4ohYJPBEKh
GvRti/MEXxFMtoGk/Z2lX2jAoVDMSqLW8h5Sc0IFriHgekFgUPYfdiWW4+kezs4=
=cXCm
-----END PGP SIGNATURE-----

Andrew David Wong

unread,
Dec 15, 2016, 8:46:36 AM12/15/16
to Joonas Lehtonen, Marek Marczykowski-Górecki, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 2016-12-15 05:40, Joonas Lehtonen wrote:
>
>>> When I look at whonix-ws-dvm "initial memory" it says: ~2800MB
>>
>>> I changed that to 1000MB and everything works again.
>>
>> Why that high?
>
> since its preset value was over 2800 I didn't want to reduce it to
> much but I just found out that something changes that value. (I did
> set it to 1000 it is now at >1500MB).
>
> Is this a bug? Or can I disable this auto-adjustment?
>

The default initial memory value should be 400 MB. At least, that's
what mine is.

>> Have you disabled dynamic memory management for this VM?
>
> No
>
>> Otherwise it needs to be only that high to allow booting the VM,
>> until dynamic memory management kicks in.
>
>

- --
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYUp6rAAoJENtN07w5UDAwOcIP/jH+xCUjsbX4Ipl52+4bvgv5
GXYalAUjMktdHLKOVLniS+4BpGfcKecufRtz68FEZOhnpKmuB1icSlPM7Z6Kq/3a
dmwKcjdoKrLVDRFuGfTxbTTrXOTmiRa5rE/eU0pxDUmRnqtFemM1+3f88mYXrL2t
eCz7FFpHNjDTUTzpmv8Iphi4y1TvzaUX25KypP63Jeb6JsNLnrW3/kBSAB0q2j0K
RUCUP5QOuTMh2tcONvIXqTqatm24SIRmruHrvzmCWly6kLOigINU280TDInW8nKI
ht/lU+oVq4yD5bXtV+Dnv3OQcVn3aUz48n1d2eESWgcK7s0NLjfBW8my+kVJVUs3
O79yOFcFKb+UPZB/L+DNTnx6+/SJq4YVZ7RbZYqGrU+lslZ5wRKH6BTcXqA3qX3N
GyAASaQuBta7xnuMLzPSFEHOM9IYh4S8KYCxWYEwcU4/5yM2h0LNk8VnwYmuEl3R
v694TYwsed6WiXLbSkhuIbhmyYDzP/YOQ1u37y5ozNAKM1v5Z2NB4vZL1xaAKsoM
QEWom5u7mQMtgP/oYtSSi6sCyjtvE9sP8ViEjBgNoC7H7UhdVGDTkg5la15RTkIJ
zypsiUlUK73o9pGsd2rep1gWy20jhTPoHtF36dWfKEVtFIHBw7mHnbygAW90tbPw
RoYLDEsm2KkHQo5rDYr+
=OUQ2
-----END PGP SIGNATURE-----

Andrew David Wong

unread,
Dec 15, 2016, 8:49:28 AM12/15/16
to Marek Marczykowski-Górecki, Joonas Lehtonen, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 2016-12-15 05:45, Marek Marczykowski-Górecki wrote:
> On Thu, Dec 15, 2016 at 01:40:00PM +0000, Joonas Lehtonen wrote:
>
>>>> When I look at whonix-ws-dvm "initial memory" it says:
>>>> ~2800MB
>>>
>>>> I changed that to 1000MB and everything works again.
>>>
>>> Why that high?
>
>> since its preset value was over 2800 I didn't want to reduce it
>> to much but I just found out that something changes that value.
>> (I did set it to 1000 it is now at >1500MB).
>
>> Is this a bug? Or can I disable this auto-adjustment?
>
> Ah, I forgot it's adjusted at qvm-create-default-dvm call time.
> Based on memory usage inside of VM.

I don't understand. Isn't the target TemplateVM shut down when
qvm-create-default-dvm is called? How could it be using any memory
while it's shut down?

> It looks something use that much memory in Whonix-ws based DVM...
> Try running 'top' there (switch to sorting by memory with '>'
> key).
>

- --
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYUp9dAAoJENtN07w5UDAwUcsQAIceeQ+APPDNleqeR91l/KBA
LGwiLuAXJkBg7WhvkbjujF/sn6xXwk+DOOlq8hg79Ug/rZooEPqgHxuQdY5qcAZS
5YCCv879IdGqeSD/D5zDG+iNddnfVIE1k2dGnFU2jZ3AV7kQH+TqU7Vp5HAktaTd
VA/+twCB0+DrgsyhcaPJguRSEle/0PYsYbjPL9o1uV03AtuAMIQD26nSf33K9ERu
YZi7pZif7tN7C/INurTGFGaORoQzBqFErpLBN5xBrdrZ4/JkF2LsUzD36qVqZvLx
SfnOpzh9oejYqkxH3ZcPmM4sU8RHp40DXz4u9otVoeGQmPCrQZAwBw7cFP/t/qiF
fU3MX+llM1hz/tp457CAIuG3YyimPTSr2VAfAWCxzReH4K9NrnEaxTK5Z/UGvP5w
qXTA+ja3xUCZ9rsBvoa7qoWmCE98zRhyQm5twSQfneHCe6Q9RxhohU//lDbeR537
U3tW2bVnl6+ZWlB6W1UMoYyIwgLkakijN/megjPZ7h2BYNMYQCApDMBepsVVMrAs
4lwRA8Rd0xisana5nK/mK/JIAgQq/GHBuJGqx0ztbr2bMFm0FybT4/OhsLCszrIZ
SkPfyMhMAjaFC4cqIECiC7sEsJu8e8CmgyaU/Zm6eHJpUdbqp47LGREdgdmUonEX
dI25jiZEY4Y76ZSgJAAq
=LLf7
-----END PGP SIGNATURE-----

Marek Marczykowski-Górecki

unread,
Dec 15, 2016, 8:58:37 AM12/15/16
to Andrew David Wong, Joonas Lehtonen, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Thu, Dec 15, 2016 at 05:49:18AM -0800, Andrew David Wong wrote:
> On 2016-12-15 05:45, Marek Marczykowski-Górecki wrote:
> > On Thu, Dec 15, 2016 at 01:40:00PM +0000, Joonas Lehtonen wrote:
> >
> >>>> When I look at whonix-ws-dvm "initial memory" it says:
> >>>> ~2800MB
> >>>
> >>>> I changed that to 1000MB and everything works again.
> >>>
> >>> Why that high?
> >
> >> since its preset value was over 2800 I didn't want to reduce it
> >> to much but I just found out that something changes that value.
> >> (I did set it to 1000 it is now at >1500MB).
> >
> >> Is this a bug? Or can I disable this auto-adjustment?
> >
> > Ah, I forgot it's adjusted at qvm-create-default-dvm call time.
> > Based on memory usage inside of VM.
>
> I don't understand. Isn't the target TemplateVM shut down when
> qvm-create-default-dvm is called? How could it be using any memory
> while it's shut down?

It's about whonix-ws-dvm - it is started to create savefile out of it.

- --
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJYUqGHAAoJENuP0xzK19csIZAH/AwKtI/f3s6q16MAL2CU4Zj9
qaaRtOpYn3fkOb5c7CDUdfxM7gD63BqR6DE8xGFBsAbRUOcH0K8ezOi80cRoifG0
oHmQuDKgs1hWG4awY/WZs/zcIYJlACp1AQC+vlNd8e4I+du4CQ88zwC+6Re2br3a
xnsNm7lcAgvPvGEoONxecrmteMCNVO73yOVmVAfW+ZGx0/CW9qrg4oQX0eqE0bk0
WD8qd5bcOu5rc3VneYuXzAzhaFhNsoB+jsYGoSgN/WFI9nUDYZSdeBEwqfXdXSYJ
mzUtfjx8zefIPMfi01gOvPgx6bY1cSM9Aic2lTnkhYYZxtc4FT+QwOZhbxMWD/o=
=Zgkg
-----END PGP SIGNATURE-----

Joonas Lehtonen

unread,
Dec 15, 2016, 9:05:42 AM12/15/16
to qubes...@googlegroups.com


Andrew David Wong:
> I don't understand. Isn't the target TemplateVM shut down when
> qvm-create-default-dvm is called? How could it be using any memory
> while it's shut down?

This is not about the initial memory of the used templateVM (in this
case whonix-ws) but about whonix-ws-dvm. (qubes manger -> show interal VMs)

signature.asc

Joonas Lehtonen

unread,
Dec 15, 2016, 9:14:31 AM12/15/16
to qubes...@googlegroups.com
>>>> When I look at whonix-ws-dvm "initial memory" it says: ~2800MB
>>>
>>>> I changed that to 1000MB and everything works again.
>>>
>>> Why that high?
>
>> since its preset value was over 2800 I didn't want to reduce it to much
>> but I just found out that something changes that value. (I did set it to
>> 1000 it is now at >1500MB).
>
>> Is this a bug? Or can I disable this auto-adjustment?
>
> Ah, I forgot it's adjusted at qvm-create-default-dvm call time. Based on
> memory usage inside of VM. It looks something use that much memory in
> Whonix-ws based DVM... Try running 'top' there (switch to sorting by
> memory with '>' key).

OK I played around some more and when setting initial memory to 400MB it
gets only increased to >420MB, that should be fine.

When starting a xterm-dvm 'top' says only 315MB memory are used.

I consider this as solved and I will reset it to 400MB from time to time.

signature.asc

Andrew David Wong

unread,
Dec 15, 2016, 11:59:15 AM12/15/16
to Marek Marczykowski-Górecki, Joonas Lehtonen, qubes...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 12/15/16 05:58, Marek Marczykowski-Górecki wrote:
> On Thu, Dec 15, 2016 at 05:49:18AM -0800, Andrew David Wong wrote:
>> On 2016-12-15 05:45, Marek Marczykowski-Górecki wrote:
>>> On Thu, Dec 15, 2016 at 01:40:00PM +0000, Joonas Lehtonen wrote:
>>>
>>>>>> When I look at whonix-ws-dvm "initial memory" it says:
>>>>>> ~2800MB
>>>>>
>>>>>> I changed that to 1000MB and everything works again.
>>>>>
>>>>> Why that high?
>>>
>>>> since its preset value was over 2800 I didn't want to reduce it
>>>> to much but I just found out that something changes that value.
>>>> (I did set it to 1000 it is now at >1500MB).
>>>
>>>> Is this a bug? Or can I disable this auto-adjustment?
>>>
>>> Ah, I forgot it's adjusted at qvm-create-default-dvm call time.
>>> Based on memory usage inside of VM.
>
>> I don't understand. Isn't the target TemplateVM shut down when
>> qvm-create-default-dvm is called? How could it be using any memory
>> while it's shut down?
>
> It's about whonix-ws-dvm - it is started to create savefile out of it.
>

On 12/15/16 06:05, Joonas Lehtonen wrote:
> This is not about the initial memory of the used templateVM (in this
> case whonix-ws) but about whonix-ws-dvm. (qubes manger -> show interal VMs)
>

Ok, but why would a DVM template require so much memory just upon
starting up? Is that expected for some reason?

- --
Andrew David Wong (Axon)
Community Manager, Qubes OS
https://www.qubes-os.org
-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYUsvSAAoJENtN07w5UDAwC/oP/igbdy+faDGuiLYcN0Gxq1iw
932f5TbcRshc11HVrhSLFlixs0roXE3ayW7aOVk8o5pN8Yf5wC4YNQCeRkoLWveT
DfyNsXNFnP+DuP/6yZWQPA8df7NaVea+Sqqk+Hh7TyyP4SmDobGtMx+HKjb9KWa3
UvMF+HckEFLO2YS/aUffMy63lKIHuLR8YQYTseiYcjQ5uadKLWaCWmcXBNONqLAR
/Ong4l9QKczlIIpzB59WN7SSAWzr8s5ARiO94d9fefxAolATUaFOngHQFAIdKCn2
ZRtXlIIHdCD9THwWAruGwtpR1o+8PkJ+ml+XiUq02+rdolLGV3StZs/DfrB1kZv6
gTIQPjhkY/pL4ERrjoOtgbRz47MA3PP7IGJrBT3ZUVqfep/V/Aw/gWKChMUJR7Y6
ScVfbKHh7B+T5/PGylN/CMU1M97tTHawNEbCjQ+DepXcvTOcdqbum68KhzgdAa7f
sdi/72FPKjOfllP+WgnCEdau/hD2hkN72CkHmrHXYm3E2mcVX7j8wuTXWd0K1CRX
ldfCQcm/n0m6YV7z5vUlShJgtYiy+H9pVzZ8q6rFRZhxteS9lM/9REljxJi0VQJY
r3R764828FmvnnFEX/g0lNDivWYcgI+CDWJUng5IXNkhd9guWdNjLLlurRv6vkKy
+ehHz/h20Ptb8dAD0a0t
=eOC3
-----END PGP SIGNATURE-----

entr0py

unread,
Dec 15, 2016, 1:07:52 PM12/15/16
to Andrew David Wong, Joonas Lehtonen, Marek Marczykowski-Górecki, qubes...@googlegroups.com
Andrew David Wong:
> On 2016-12-15 05:40, Joonas Lehtonen wrote:
>
>>>> When I look at whonix-ws-dvm "initial memory" it says: ~2800MB
>>>
>>>> I changed that to 1000MB and everything works again.
>>>
>>> Why that high?
>
>> since its preset value was over 2800 I didn't want to reduce it to
>> much but I just found out that something changes that value. (I did
>> set it to 1000 it is now at >1500MB).
>
>> Is this a bug? Or can I disable this auto-adjustment?
>
>
> The default initial memory value should be 400 MB. At least, that's
> what mine is.
>
>>> Have you disabled dynamic memory management for this VM?
>
>> No
>
>>> Otherwise it needs to be only that high to allow booting the VM,
>>> until dynamic memory management kicks in.
>
>
>
>

For future reference, there was a similar report on Whonix.org last month. Initial memory adjusted to 3.4 GB. Some debug info included - unresolved.

https://forums.whonix.org/t/dvm-fails-to-start-after-whonix-update-dist-upgrade/3109/4

Reply all
Reply to author
Forward
0 new messages