## Description This PR fix OOM issue in EE. ## Automation /ok-to-test tags="@tag.Sanity" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!IMPORTANT] > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/8377742227> > Commit: `001f5be6966398ece7e2f87e7b95993c87af2929` > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8377742227&attempt=1" target="_blank">Click here!</a> > All cypress tests have passed 🎉🎉🎉 <!-- end of auto-generated comment: Cypress test results --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Introduced a configuration to set a memory limit for TypeScript, enhancing performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
6 lines
47 B
Plaintext
6 lines
47 B
Plaintext
{
|
|
typescript: {
|
|
memoryLimit: 4096,
|
|
}
|
|
}
|