This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from tucksaun/faq
Start FAQ section
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ SymfonyCloud Documentation | |
cookbooks/index | ||
languages/index | ||
troubleshooting | ||
faq |