docs(rivetkit): raise serverless start payload limit#4920
Conversation
Code ReviewPR: docs(rivetkit): raise serverless start payload limit OverviewThis PR raises the default Code QualityConstant extraction (
Memory allocator tuning (
Potential IssuesPlatform portability of glibc env vars
// glibc-specific: reduces arena fragmentation on Linux; ignored on other platforms
fn set_default_allocator_env(command: &mut Command) {
"dev:serverless": "MALLOC_ARENA_MAX=2 MALLOC_TRIM_THRESHOLD_=131072 RIVET_RUN_ENGINE=1 ..."Setting these vars in the shell environment means the node server process inherits them. When the engine subprocess is spawned, No schema validation bounds on The field has no Documentation
SummaryThe change is straightforward and well-motivated. The constant extraction and the
Overall a clean, low-risk change. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: