This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bkline
Recipients bkline, dmalcolm, eli.bendersky, flox, kaifeng, methane, neologix, pitrou, python-dev, tim.peters, vstinner
Date 2018-01-16.12:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516107102.47.0.467229070634.issue11849@psf.upfronthosting.co.za>
In-reply-to
Content
> ... jemalloc can reduce memory usage ...

Thanks for the tip. I downloaded the source and successfully built the DLL, then went looking for a way to get it loaded. Unfortunately, DLL injection, which is needed to use this allocator in Python, seems to be much better supported on Linux than on Windows. Basically, Microsoft's documentation [1] for AppInit_DLL, the shim for DLL injection on Windows, says (in effect) "here's how to use this technique, but we don't recommend using it, so here's a link [2] for what we recommend you do instead. That link takes you to "Try searching for what you need. This page doesn’t exist."

[1] https://support.microsoft.com/en-us/help/197571/working-with-the-appinit-dlls-registry-value
[2] https://support.microsoft.com/en-us/help/134655
History
Date User Action Args
2018-01-16 12:51:42bklinesetrecipients: + bkline, tim.peters, pitrou, vstinner, eli.bendersky, methane, flox, dmalcolm, neologix, python-dev, kaifeng
2018-01-16 12:51:42bklinesetmessageid: <1516107102.47.0.467229070634.issue11849@psf.upfronthosting.co.za>
2018-01-16 12:51:42bklinelinkissue11849 messages
2018-01-16 12:51:42bklinecreate