Skip to content

Commit

Permalink
added warning about RAM and CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Nov 17, 2023
1 parent 94a6330 commit 8b0d5de
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/admin/guides/add_service.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Add other services

Add note about requirements on ram

moved to seperate js file mongodb.js

<!-- prettier-ignore -->
!!! Pre-requisite
You should read the documentation about the already available [services](../services.md)

<!-- You should be running the DTaaS with the [vagrant-two-machines](../vagrant/two-machines.md7) configuration. -->
You should read the documentation about the already available [services](../services.md)

This guide will show you how to add more services. In the following example we will be adding **mongodb** as a service, but this could be used for other services as well.

:fontawesome-solid-circle-info: **Adding other services requires more RAM and CPU power. Please make sure the host machine meets the hardware requirements for running all the services.**

## 1. Add the configuration

You should add the following configuration variables.
Expand Down

0 comments on commit 8b0d5de

Please sign in to comment.