Daily Weblog 2/1/17

I fixed the memory problem! Or at least I hope so. With today's modifications to my project, I was able to cut the weight of the Python script by about 100MB. Additionally, it turns out that I misunderstood how the "free" command works on Linux, neglecting to account for cached memory. It also seems that the full ~100MB of XML data for each model isn't actually necessary, once it has been loaded. I spent the rest of class adding classmates to my database; on Friday I will have them all, and be able to run full-scale tests.

Comments