Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #98 from tucksaun/faq
Browse files Browse the repository at this point in the history
Start FAQ section
  • Loading branch information
fabpot authored Aug 14, 2020
2 parents 923b7f5 + 54bbaf2 commit e8f23a1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions faq.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Frequently Asked Questions
==========================

.. note::

For questions related to billing, please head to the :doc:`billing` section.

What is accounted in the storage quota?
---------------------------------------

Your storage quota (as shown by ``symfony project:info``) grants a maximum
storage capacity per environment. For example, the default project storage quota
of 5GB grants 5GB for each environment created.

This quota is shared by your :doc:`services </services/intro>` and
:doc:`applications </config>`. Each one defines its own quota using the ``disk``
configuration key. The sum of these quotas can not be bigger than your global
project quota, in such case, an error message will be shown during ``symfony
deploy``.

The space used to store your source code, your application container images, and
the temporary files (``/tmp``) does not account in the storage quota.

How much storage is available in ``/tmp``?
------------------------------------------

Each container comes with 4GB of temporary storage available at ``/tmp``.

How to rename a project?
------------------------

You can rename your project using ``symfony project:rename``.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ SymfonyCloud Documentation
cookbooks/index
languages/index
troubleshooting
faq

0 comments on commit e8f23a1

Please sign in to comment.