Changes
included increasing quota to prevent failures on container creation below
<pre>
OSTEMPLATE="gentoo"
</pre>
Creation of container at end of this HowTo obeys quota limits and might exceed
those limits set in <code>vps.basic</code> by default (at least encountered with Gentoo
10.1 release). Thus it might be required to increase limits now. The following
values are providing 2 GiByte soft limit with 2.5 GiByte hard limit:
<pre>
DISKSPACE="2097152:26214400"
</pre>