Nov. 3, 2016
11:47 p.m.
On Nov 3, 2016, at 1:25 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 3 Nov 2016, at 19:12, Casimiro de Almeida Barreto <casimiro.barreto@gmail.com> wrote:
BTW, the threaded version requires to be run as super user because it tries to do a pthread_setschedparam(). I tried to fiddle with /etc/security/limits.conf... but it's not something fancy to doâ¦
no, is not hard. you just need to add this file:
pharo.conf * hard rtprio 2 * soft rtprio 2
to:
/etc/security/limits.d
Has anyone tried this in a docker container environment? Someone tried to setup a docker container with the VM for me, but the VM wouldnât start. After a few attempts, I decided that we could use the non-heartbeat thread VM. John Brant