For our business we are creating a lot of SDL projects automatically using a service which is using SDL API. The project that we created as a file which had been converted to sdlxliff and on which we performed pre-translation with memories that we have created using TMX.
Our problem is that the SDL version after SDL 2014 had introduced more memories leak which don’t allow us to upgrade to a new version because the service that is creating project is crashing. That is preventing us to use the functionality of SDL 2015.
What we identify is by just creating a project with a project template that has a size of 532Kb we are losing 4.5MG per project.
Is it possible to correct or find a bypass to this bug?