소스 검색

fix(ios/xcode): increase node heap space for the bundle JS step

j8
paweldomas 5 년 전
부모
커밋
14b747e0a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ios/sdk/sdk.xcodeproj/project.pbxproj

+ 1
- 1
ios/sdk/sdk.xcodeproj/project.pbxproj 파일 보기

@@ -394,7 +394,7 @@
394 394
 			);
395 395
 			runOnlyForDeploymentPostprocessing = 0;
396 396
 			shellPath = /bin/sh;
397
-			shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
397
+			shellScript = "export NODE_BINARY=node\nexport NODE_ARGS=\"--max_old_space_size=4096\"\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
398 398
 		};
399 399
 		26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */ = {
400 400
 			isa = PBXShellScriptBuildPhase;

Loading…
취소
저장