On 10/01, Volker Schlecht wrote: > > > > > The proposed solution didn't work for me with vault-1.15.0: > > > > ~/vault-vendored-1.15.0/ui$ corepack yarn run build > > > > Environment: production > > > > ⠋ BuildingWARNING: Option "nodeWorker" is deprecated since > > > > workerpool@5.0.0. Please use "workerType" instead. > > > > WARNING: Option "nodeWorker" is deprecated since workerpool@5.0.0. > > > > Please use "workerType" instead. > > > > ⠋ building... [Babel: @ember/test-helpers > applyPatches]libc++abi: > > > > libc++abi: terminating with uncaught exception of type std::bad_alloc: > > > > std::bad_allocterminating with uncaught exception of type > > > > std::bad_alloc: std::bad_alloc > > I just tried again with a fresh checkout of vault, and I don't get that > error. Any chance you're hitting datasize-max there? It's quite memory > hungry when building on multiple cores... which your VM probably > doesn't.
Yes, you are right, setting datasize-cur=8192M allowed me to build the UI. Will commit after testing. Thank you! -- With best regards, Pavel Korovin