EVE-Tools / element43

Market, Trade and Industry Manager for EVE Online
BSD 3-Clause "New" or "Revised" License
82 stars 25 forks source link

eve_import_ccp_dump eating up all my server's memory #28

Closed sn0opy closed 11 years ago

sn0opy commented 11 years ago

I'm trying to run e43 on my VPS which has 2 GB memory (~1,7 free). While processing the 'ramAssemblyLineTypeDetailPerGroup' table the script stops with the following error.

django.db.transaction.TransactionManagementError: Transaction managed block ended with pending COMMIT/ROLLBACK

I also had some other errors which I can't remember yet, but the fact, that this script is using my whole memory should be fixed.

jenslauterbach commented 11 years ago

@sn0opy Thank you for your feedback, but this is a duplicate of https://github.com/gtaylor/django-eve-db/issues/13

The import is done via django-eve-db which is not directly associated with element-43. I already filed this bug and I am working on a solution (I am also a dev for django-eve-db).

Also: your import does not abort because your VPS runs out of memory. It is just a normal bug.

I am closing this ticket. If you are still interested please watch the issue I linked before.