Open P-EB opened 2 years ago
Ok, I found the issue.
It lies in the fact that armhf is consuming far less resources for a process to run and therefore the MAX_RSS set in your test is too high.
I recommend a value of 20000 that should always lead to a recycling. Or less, if you prefer to be sure to catch any optimized-for-low-mem architecture.
Hi @Koed00 !
I packaged django-q 1.3.9-2 in Debian, and realized that text_max_rss consistently fails in armhf architectures:
Could it be a problem with redis behaviour? Or something time-based that doesn't work?
What's supposed to increment s.reincarnations in this specific test?
Thanks in advance!
Cheers!