Question

How can I change the diskspace limit for a BA container?

Answer

To do that please log in to the Hardware Node this container is located on and use the following command:

# vzctl set CONTAINER_ID --diskspace NEW_LIMITG --save

Please note that NEW_LIMIT value is the new value of the container diskspace limit, it can be specified in GB(G), MB(M), TB(T) and so on. In this example it is specified in GB(G).

Internal content