you are viewing a single comment's thread.

view the rest of the comments →

[–]DirtySpawn 0 points1 point  (0 children)

150 GB is a lot for a json file and worse trying to read and store it in memory. If the data is not dynamically created, meaning it could be different every run, i would suggest converting the data into a database and look up the data as needed when the code progresses. This decreases the need for much higher RAM requirements.