Martin Pieuchot <[email protected]> writes:
>> Apparently, on this machine and with OpenBSD, any program that stresses
>> the CPU eventually causes X11 to become completely unresponsive. We are
>> talking about a i3 from 2022 with 32GB RAM. Today, running this:
>>
>> $ stress -v --cpu 4 --io 4 --vm 2 --vm-bytes 128M
>
> Where is this command coming from?
it is sysutils/stress (from ports: pkg_add stress )
Revelants options used:
-v, --verbose
be verbose
-c, --cpu N
spawn N workers spinning on sqrt()
-i, --io N
spawn N workers spinning on sync()
-m, --vm N
spawn N workers spinning on malloc()/free()
--vm-bytes B
malloc B bytes per vm worker (default is 256MB)
so it starts 8 processes (each doing one of cpu/io/vm work) to impose
load on system.
Regards.
--
Sebastien Marie