inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

Update StartSsr.php to support rutime options

Open nikosv opened this issue 2 years ago • 0 comments

This commit allows to start the runtime with specific options. For example by running php artisan inertia:start-ssr --runtime_options=--max-old-space-size=4096 one can explicitly configure the memory limit and execute something like: node --max-old-space-size=4096 bootstrap/ssr/ssr.mjs

nikosv avatar Nov 10 '23 15:11 nikosv