Commit d9fdc5d6 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #2198 from ethereum-optimism/sc/update-ops-mem

fix: update recommended memory for ops setup
parents 752a2d1f 8e861f5c
...@@ -34,7 +34,7 @@ docker-compose \ ...@@ -34,7 +34,7 @@ docker-compose \
Also note that Docker Desktop only allocates 2GB of memory by default, which isn't enough to run the docker-compose services reliably. Also note that Docker Desktop only allocates 2GB of memory by default, which isn't enough to run the docker-compose services reliably.
To allocate more memory, go to Settings > Resources in the Docker UI and use the slider to change the value (_4GB recommended_). Make sure to click Apply & Restart for the changes to take effect. To allocate more memory, go to Settings > Resources in the Docker UI and use the slider to change the value (_8GB recommended_). Make sure to click Apply & Restart for the changes to take effect.
To start the stack with monitoring enabled, just add the metric composition file. To start the stack with monitoring enabled, just add the metric composition file.
``` ```
...@@ -46,6 +46,7 @@ docker-compose \ ...@@ -46,6 +46,7 @@ docker-compose \
``` ```
Optionally, run a verifier along the rest of the stack. Run a replica with the same command by switching the service name! Optionally, run a verifier along the rest of the stack. Run a replica with the same command by switching the service name!
``` ```
docker-compose docker-compose
-f docker-compose.yml \ -f docker-compose.yml \
...@@ -55,7 +56,6 @@ docker-compose ...@@ -55,7 +56,6 @@ docker-compose
--build --detach --build --detach
``` ```
A Makefile has been provided for convience. The following targets are available. A Makefile has been provided for convience. The following targets are available.
- make up - make up
- make down - make down
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment