CRMTH / RITHM

MIT License
2 stars 4 forks source link

HiMem setting in parser not working #15

Closed colditzjb closed 5 years ago

colditzjb commented 5 years ago

The HiMem setting seems to be consistently failing and the parser is defaulting to the much slower LoMem setting. This impact is magnified because the parser still takes the time to read-in the entire JSON file before HiMem fails.

We need to troubleshoot this and determine what error is being encountered, so that it can be fixed.

colditzjb commented 5 years ago

@sanyabt fixed this - thanks!