Skip to content

Commit

Permalink
Add note re CPU and RAM limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 committed Feb 17, 2025
1 parent ad30a70 commit 4892ae7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ In production mode the ***local deployment*** is available at http://localhost:3

Use the `--detach` option to run containers in the background, recommended when deploy on servers.

#### Resources limits

Limits for max number of CPUs and RAM usage are set in `docker-compose.yml`.
Currently limits are set to 3 CPUs and 8GB RAM.

Java 11 processes are per default allowed to use up to 25% of the availbale RAM if Xmx is not set.
This means that the playground process can use up to 2GB java heap space.

### View output (logs) from Docker container

```bash
Expand Down

0 comments on commit 4892ae7

Please # to comment.