We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc457d commit f899f51Copy full SHA for f899f51
1 file changed
docs/general/coldstarter.md
@@ -254,7 +254,7 @@ Place in `scrolls/<game>/packet_handler/custom_game.lua`
254
| State | CPU | RAM | Cost/hour |
255
|-------|-----|-----|-----------|
256
| **Active** (playing) | 100% | 2-8GB | $0.014 |
257
-| **Sleeping** (ColdStarter) | <1% | 10-50MB | ~$0 |
+| **Sleeping** (ColdStarter) | <1% | 10-50MB | ~$0 |
258
| **Waking** (starting up) | 50-100% | 2-8GB | $0.014 |
259
260
### Wake Times
@@ -281,7 +281,7 @@ Place in `scrolls/<game>/packet_handler/custom_game.lua`
281
282
### Slow Wake Times
283
284
-**Symptoms**: Takes >60s to start
+**Symptoms**: Takes >60s to start
285
286
**Solutions**:
287
1. Enable snapshots for faster restore
0 commit comments