Hi guys,
I programmed an auto-crafting software that is very basic at the moment and crafts every craftable in the ME in steps of 20 until they reach e.g. 100 items. Therefore it pulls the itemlist from the ME and every x secs the craftables list from the ME.
It stores all informations in tables and prints failed crafting requests.
So to the problem: It works perfectly most of the time and I do not know when exactly this changes but suddenly the free RAM drops a lot and keeps getting lower until it crashes. Normally i have it at around 2.9MB free RAM.
But I can't see where in my code