Skip to content
1 change: 1 addition & 0 deletions apps/cli/playground-server-child.ts
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ const startServer = wrapWithStartingPromise(
await setPhpIniEntries( server.playground, {
'openssl.cafile': '/internal/shared/ca-bundle.crt',
'curl.cainfo': '/internal/shared/ca-bundle.crt',
memory_limit: '512M',
} );

stopSignal.throwIfAborted();
Expand Down