diff --git a/app/client/build.sh b/app/client/build.sh index fc621afd76..008654103a 100755 --- a/app/client/build.sh +++ b/app/client/build.sh @@ -15,7 +15,7 @@ else fi # build cra app -REACT_APP_SENTRY_RELEASE=$GIT_SHA REACT_APP_CLIENT_LOG_LEVEL=ERROR EXTEND_ESLINT=true craco --max-old-space-size=4096 build --config craco.build.config.js +REACT_APP_SENTRY_RELEASE=$GIT_SHA REACT_APP_CLIENT_LOG_LEVEL=ERROR EXTEND_ESLINT=true craco --max-old-space-size=7168 build --config craco.build.config.js if [ "$GITHUB_REPOSITORY" == "appsmithorg/appsmith-ee" ]; then echo "Deleting sourcemaps for EE"