Skip to content

Commit

Permalink
fix available ram
Browse files Browse the repository at this point in the history
  • Loading branch information
donsez committed Dec 5, 2024
1 parent 37759ad commit 9edf12d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions postgres/work/pgbench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ pgbench est un programme pour réaliser simplement des tests de performance (ben
## Démarrage


```yaml
services:
postgres:
container_name: postgres_container
image: postgres
deploy:
resources:
limits:
memory: 128M
reservations:
memory: 128M
environment:
...
```


Lancez le serveur Postgres avec `docker compose` depuis le répertoire `~/github/donsez/bd/postgres`

```bash
Expand Down

0 comments on commit 9edf12d

Please sign in to comment.