Comment 31 for bug 1275002

Revision history for this message
Jiří Janoušek (fenryxo) wrote :

Martin Pöhlmann, could you build Nuvola Player from the latest trunk (revision 813) and report memory usage with different cache models?

$ export NUVOLA_CACHE_MODEL="DOCUMENT_VIEWER"
$ LD_LIBRARY_PATH=build build/nuvolaplayer -D
$ ps auxw | egrep "RSS|nuvolaplayer" > nuvolaplayer.ps

$ export NUVOLA_CACHE_MODEL="DOCUMENT_BROWSER"
$ LD_LIBRARY_PATH=build build/nuvolaplayer -D
$ ps auxw | egrep "RSS|nuvolaplayer" > nuvolaplayer.ps

$ export NUVOLA_CACHE_MODEL="WEB_BROWSER"
$ LD_LIBRARY_PATH=build build/nuvolaplayer -D
$ ps auxw | egrep "RSS|nuvolaplayer" > nuvolaplayer.ps

$ export NUVOLA_CACHE_MODEL=""
$ LD_LIBRARY_PATH=build build/nuvolaplayer -D
$ ps auxw | egrep "RSS|nuvolaplayer" > nuvolaplayer.ps