Quote:
Originally Posted by pazos
All versions from 2020.05 to 2021.01 will have a hard time decoding such large metadata files. The library used for that, rapidjson-lua, does the decoding on a single step and can easily eat +10x the size of the file while decoding.
Use a recent nightly, which should behave like versions prior to 2020.05 for files bigger than 30MB
|
Ah, that is great to know, I will give that a try! Thanks a lot, Ctop
(a few hours later)
I can now confirm that the latest nightly build indeed solves this problem! Great!!