Issue390

Title Log peak memory usage in translator
Priority feature Status resolved
Superseder Nosy List jendrik, malte
Assigned To jendrik Keywords
Optional summary

Created on 2013-09-09.21:52:05 by jendrik, last changed by malte.

Messages
msg2638 (view) Author: malte Date: 2013-09-09.22:52:20
On closer inspection, the translator already reports peak memory usage.
It uses the same method as the search component, and hence only works under
Linux, but still it's probably not worth bothering in this case.
msg2637 (view) Author: jendrik Date: 2013-09-09.21:52:05
Probably using psutil (https://code.google.com/p/psutil/) is our best option. It 
adds a new dependency, but works on both python 2.x and 3.x. 

Maybe we should only print a warning instead of aborting in case psutil is 
missing?
History
Date User Action Args
2013-09-09 22:52:20maltesetstatus: unread -> resolved
messages: + msg2638
2013-09-09 21:52:05jendrikcreate