Avoid OOM while compiling system libraries
authorWoongsuk Cho <ws77.cho@samsung.com>
Fri, 14 Jan 2022 05:05:17 +0000 (14:05 +0900)
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Sun, 16 Jan 2022 21:23:20 +0000 (06:23 +0900)
commit95537874bae54d9aed010a49ab9b8adfdba3d5bf
treef08a0368a8da31511a272688a46f5eefa0a0923e
parente80b5c9d4190d89bb5487f3a087939be4b4ad3c9
Avoid OOM while compiling system libraries

If run AOTC the system library at once, it will be terminated by the OOM killer.
To avoid this, run AOTC separately (netcoreapp and framework).
NativeLauncher/tool/ni_common.cc