[Python-Dev] FreeBSD 7 amd64 and large memory tests

"Martin v. Löwis" martin at v.loewis.de
Wed Sep 17 21:52:55 CEST 2008


> There is an option at least on linux to hack using ld preload to use
> another memory manager that respond the way needed... at least that was
> what I was told today at lunch. (if ulimit is not enough for any reason).

For Python, there would be much less hackish ways. Most if not all calls
to memory allocators are channeled through Python API, which could be
diverted on source level also.

Regards,
Martin


More information about the Python-Dev mailing list