DocCyblade / tkl-odoo

Turnkey Linux - Odoo v8 (Published v14.2)
https://www.turnkeylinux.org/odoo
GNU General Public License v3.0
21 stars 24 forks source link

Final Test: v14-READY - KR #62

Closed DocCyblade closed 8 years ago

DocCyblade commented 8 years ago

Final Test: Ken's Results:

I changed the workers to 0 this puts it into threaded mode. We need to test the following and document real memory and swap space used just to make sure this will work in most situations.

Final Testing Checklist

DocCyblade commented 8 years ago

As a side note, was able to get a snap shot of the PDF process, note the VIRT, yeah thats 1.2GB. Got me wondering as I don't even have that much memory to start. So I looked up TOPs man page and found this

VIRT  --  Virtual Memory Size (KiB)
           The total amount of virtual memory used by the task.  It includes
           all code, data and shared libraries plus pages that have been
           swapped out and pages that have been mapped but not used.

So that makes sense why the limit_memory_hard has to be set so high, yet works.

screen shot 2015-10-17 at 10 02 03 pm
JedMeister commented 8 years ago

Nice detective work @DocCyblade :+1:

DocCyblade commented 8 years ago

Complete!