Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1.  
  2. <pvanhoof> (im also proxying the public conversation to them)
  3. <pvanhoof> this is the story: their memory-guys have been giving priority. they saw persistent 10mb of memory usage by tracker-extract
  4. <pvanhoof> i tried, endlessly, to explain them that this is by-design
  5. <juergbi> well, if they talk about 10 MB RSS, optimization can make sense
  6. <pvanhoof> so anyway, i can probably reduce it a little bit by doing g_module_close at some point
  7. <juergbi> what exactly is by design? I don't really remember the tracker-extract details
  8. <pvanhoof> well tracker-extract before was not a long-running process
  9. <pvanhoof> Since carlos' passive-extraction it is
  10. <pvanhoof> They do have a point there
  11. <juergbi> ah, that part
  12. <pvanhoof> btw that it's still 0.17.6 is because of me more than them: I want to move them only after they are really satisfied with the current solution. it was the introduction of the passive-extraction stuff
  13. <juergbi> ok
  14. <pvanhoof> And this issue came out (meaning: they do test memory usage a lot, they saw a increment of memory usage. not a bad thing that they see this)
  15. <pvanhoof> (they are not idiots)
  16. <juergbi> yes, that's a good thing
  17. <pvanhoof> you didn't "opt in" according to them, so you should have gotten 1.0.1
  18. <pvanhoof> or 1.1.4
  19. <juergbi> correct. it's my phone I use daily, I can't risk more issues
  20. <pvanhoof> I pointed out the release you are running and jolla people were amazed you didn't "opt in" :)
  21. <juergbi> it's not like i have a second device for testing
  22. <juergbi> and there are still some bugs in stable releases, so I won't move to beta releases as I expect there to be more issues
  23. <pvanhoof> i tested this and it's ~ correct what they say. it's also the same on desktop
  24. <pvanhoof> precisely why im behind on upstream's releases for jolla :)
  25. <pvanhoof> i know how martyn makes releases :D
  26. <pvanhoof> don't tell martyn :)
  27. <pvanhoof> s/how/when
  28. <juergbi> so I think you should really check in detail what memory is used by the extractor process
  29. <juergbi> part of those 10 MB might not be actual extra RAM usage by tracker-extractor
  30. <juergbi> especially as the heap is only 1.6 MB here
  31. <juergbi> if it's only ~2 MB of system memory usage tracker-extractor is guilty of, you either need to accept this or dissect the heap with memory analysis tools
  32. <pvanhoof> can i share some of this discussion with them?
  33. <juergbi> i doubt dlclose would help much unless we have a library that is bad with regards to global memory usage
  34. <juergbi> and it doesn't look like such a library is in use here based on a quick look at smaps
  35. <juergbi> sure, feel free
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement