Skip to content

Commit c74f026

Browse files
authored
Merge pull request #6 from BackendStack21/feat/premium-landing
enhance landing page
2 parents 9682183 + f4ada4f commit c74f026

File tree

4 files changed

+151
-131
lines changed

4 files changed

+151
-131
lines changed

USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ STATIC_CACHE_PRELOAD=true STATIC_CACHE_GC_PERCENT=400 ./bin/static-web
638638
639639
### GC tuning
640640
641-
`gc_percent` sets the Go runtime `GOGC` target. A higher value means the GC runs less often, trading memory for throughput. The handler's hot path is allocation-free, and fasthttp reuses per-connection buffers (unlike net/http which allocates per-request). Recommended values:
641+
`gc_percent` sets the Go runtime `GOGC` target. A higher value means the GC runs less often, trading memory for throughput. The handler's hot path has near-zero allocations, and fasthttp reuses per-connection buffers (unlike net/http which allocates per-request). Recommended values:
642642
643643
| `gc_percent` | Behaviour |
644644
|---|---|

0 commit comments

Comments
 (0)