@@ -30,12 +30,6 @@ its projects and deployments.
30304 . Click the __ New deployment__ button.
31315 . Set up your deployment. The configuration options are described below.
3232
33- {% hint 'info' %}
34- The configuration options depend on the tier your organization belongs to.
35- For more details about available resources and usage limits, refer to the
36- [ ArangoGraph tiers] ( organizations.html#arangograph-tiers ) section.
37- {% endhint %}
38-
3933![ ArangoGraph New Deployment] ( images/arangograph-new-deployment1.png )
4034
4135{% hint 'info' %}
@@ -94,13 +88,8 @@ provider and region in the Location section.
9488
9589#### OneShard
9690
97- 1 . Select the memory size of your node.
98- 2 . Select the CPU size of your node.
99- 3 . Select the initial disk size of your node. The available ranges for the disk size
100- depend on the selected memory size.
101- 4 . Select the upper limit for the disk size. It defaults to twice the initial
102- disk size. You can set it to the same value as the initial disk size to
103- disable automatic disk sizing.
91+ - Select the memory size of your node. The disk size is automatically set for you
92+ based on the selected memory size.
10493
10594{% hint 'info' %}
10695A deployment's node disk size is automatically increased by 25% when the maximal
@@ -114,16 +103,17 @@ the upper disk size limit already.
114103
115104#### Sharded
116105
117- - In addition to memory and disk size as in the OneShard configuration, select
106+ - In addition to the memory size as in the OneShard configuration, select
118107 the number of nodes for your deployment. The more nodes you have, the higher
119- the replication factor can be.
108+ the replication factor can be. Same as in OneShard, the disk size is automatically
109+ set for you.
120110
121111![ ArangoGraph Deployment Sharded] ( images/arangograph-new-deployment-sharded.png )
122112
123113#### Single Server
124114
125- - Like with OneShard and Sharded deployments, you choose memory and disk size.
126- However note that the sizes you choose are for the entire deployment.
115+ - Like with OneShard and Sharded deployments, you can choose the memory size.
116+ Note, however, that the size you choose is for the entire deployment.
127117 For OneShard and Sharded deployments the chosen sizes are per node.
128118
129119![ ArangoGraph Deployment Single Server] ( images/arangograph-new-deployment-singleserver.png )
@@ -250,7 +240,7 @@ are using the `18529` port to avoid breaking changes.
250240## How to edit a deployment
251241
252242You can modify a deployment’s configuration, including the ArangoDB version
253- that is being used, change the memory, CPU, and disk size, or even switch from
243+ that is being used, change the memory size, or even switch from
254244a OneShard deployment to a Sharded one if your data set no longer fits in a
255245single node.
256246
@@ -259,12 +249,6 @@ To edit an existing deployment, you must have the necessary set of permissions
259249attached to your role. Read more about [ roles and permissions] ( access-control.html#roles ) .
260250{% endhint %}
261251
262- {% hint 'info' %}
263- The configuration options depend on the tier your organization belongs to.
264- For more details about available resources and usage limits, refer to the
265- [ ArangoGraph tiers] ( organizations.html#arangograph-tiers ) section.
266- {% endhint %}
267-
2682521 . Go to the ** Projects** section and select an existing deployment from the list.
2692532 . Open the deployment you want to change.
2702543 . On the ** Overview** tab, click the ** Edit** button.
@@ -274,28 +258,18 @@ For more details about available resources and usage limits, refer to the
274258 - Select a different CA certificate.
275259 - Add or remove an IP allowlist.
2762605 . In the ** Configuration** section, you can do the following:
277- - Upgrade the memory size per node.
278- - Modify the CPU per node from General to Low or vice-versa, if made available
279- by the cloud provider.
280- - Select a different disk size per node. The available ranges for the disk size
281- depend on the selected memory size. To enable automatic disk size scaling, move
282- the slider to a value higher than the current disk size.
261+ - Upgrade the memory size per node. The disk size is automatically set for you.
283262 - Change ** OneShard** deployments into ** Sharded** deployments. To do so,
284263 click ** Sharded** . In addition to the other configuration options, you can
285264 select the number of nodes for your deployment. This can also be modified later on.
286265
287266 {% hint 'warning' %}
288267 Notice that you cannot switch from ** Sharded** back to ** OneShard** .
289268 {% endhint %}
290-
291- - AWS deployments have an additional option that allows you to select the
292- ** Disk Performance** either with general settings, or optimized for large
293- and very large data sets. This option is dependent on the selected memory
294- size. For example, larger deployments have optimized settings by default.
295269
296270 {% hint 'warning' %}
297- When upgrading the memory size, disk size, and/or disk performance in AWS deployments,
298- the value gets locked and cannot be changed until the cloud provider rate limit is reset.
271+ When upgrading the memory size in AWS deployments, the value gets locked and
272+ cannot be changed until the cloud provider rate limit is reset.
299273 {% endhint %}
300274
3012756 . All changes are reflected in the ** Summary** section. Review the new
0 commit comments