Closed GianlucaFicarelli closed 1 year ago
the file is fully read in memory and it may cause an OOM
When I looked at it, it was most likely this one. See, https://github.com/BlueBrain/libsonata/blob/eb794f802e8f4dcfe8a36e56df828f2e08059533/src/config.cpp#L802
I have a fix in progress, I shouldn't be reading the full contents of the file :)
This is fixed by #261
When loading a circuit from a wrong big (4.5GB) file by mistake, as in this example:
The result is:
Instead, in other cases of invalid json, you can get something like:
Possible issues: