When using adbapi with a sqlite backend, it is demonstrated that the memory footprint depends on the number of simultaneous connections running at a given moment. This memory is not reclaimed, but it is reused. On an amd64 processor it approximately amounts to 2KB per simultaneous connection.
Continue reading “adbapi memory footprint”