OutOfmemory changed

This commit is contained in:
Franz 2013-11-29 11:39:15 +00:00
parent 3595b2b24f
commit e01745c915

19
OutOfmemory.md Normal file
View File

@ -0,0 +1,19 @@
---
layout: wiki
title: OutOfmemory
permalink: /wiki/OutOfmemory/
---
This is about disk memory, not RAM.
VMs specially templates use disk space. Also default private storage max size is 2 GB, but it is very easy to increase it as required. In case you use all disk memory you get the Out of memory error that may crash your system because also Dom0 does not have enough disk space to work.
So it is a good practice to regularly check disk memory usage with command
``` {.wiki}
df
```
in dom0 terminal.
follows ...