<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 27 oct. 2020 à 19:02, tim Rowledge <<a href="mailto:tim@rowledge.org">tim@rowledge.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br>
<br>
<br>
> On 2020-10-27, at 1:33 AM, Nicolas Cellier <<a href="mailto:nicolas.cellier.aka.nice@gmail.com" target="_blank">nicolas.cellier.aka.nice@gmail.com</a>> wrote:<br>
> <br>
> No, it's an ubuntu 16:<br>
> <br>
> $ uname -a<br>
> Linux ubuntu 4.4.0-193-generic #224-Ubuntu SMP Tue Oct 6 17:15:28 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux<br>
> <br>
> I hopefully have the correct setup for authorizing thread priority<br>
> <br>
> $ cat /etc/security/limits.d/squeak.conf <br>
> *       hard    rtprio  2<br>
> *       soft    rtprio  2<br>
> <br>
> I have no warning in the console telling that "pthread_setschedparam failed"...<br>
> <br>
> So I don't know what's going on. Can someone reproduce?<br>
<br>
Actually yeah, kinda.<br>
<br>
I have a linux i7 box I mostly use to run an ancient VW product on. It's a recent Ubuntu 18.0.4 download with that horrible xfce ui stuff (really, what were they thinking). Aside from many other faults it (mis)works with VNC in annoying ways tha mean it frequently stops sharing the copy/paste buffer.<br>
<br>
Anyway.<br>
<br>
uname -a  tells me (and I can't paste it, of course!)<br>
4.15.0-101generic #102-Ubuntu SMP etc etc<br>
I have run the limits.d set up several times and the file is  ok. And yes, I have rebooted plenty of times.<br>
<br>
It *never* works to make squeak happy. Did I mention that Ubuntu is not very good?<br>
<br>
tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" rel="noreferrer" target="_blank">http://www.rowledge.org/tim</a><br>
A computer's attention span is only as long as its extension cord.<br>
<br>
<br></blockquote><div>Hi Tim,</div><div>what is the result on that box with threaded heartbeat VM of:</div><div><br></div><div>   [SUnitToolBuilderTests new testHandlingNotification] timeToRun.</div><div><br></div><div>If it is more than 5000 ms, then you would confirm the problem that I encounter.</div><div><br></div><div>This testHandlingNotification is repeating 10 loops with a 200ms delay wait.</div><div>The problem I've got with threaded heartbeat VM is that first 5 delays run normally, but next 5 will last for 1 second instead of 200ms...</div><div>This is probably what happens on the CI server too (the test times out and CI fails).</div><br><div><br></div></div></div>