Off topic: Hey, huge fanboy of QtQuickVcp here! Digging its source code was incredibly instructive and positive :)
Had this problem using the Machinekit/mkwrapper setup, as described here https://github.com/machinekit/Cetus/issues/21 My solution, which is a bandaid only, was to reduce logging level on the python script: launcher.set_debug_level(5) --- launcher.set_debug_level(1) +++ Target was BBG. Hope that helps you. Best regards. Paulo Sherring. Em quinta-feira, 8 de agosto de 2019 07:19:56 UTC-3, Alexander Rössler escreveu: > > We have a problem with our BeagleBone setup. The RTAPI logging is causing > systemd-journal to use a big chunk of the CPU resources, in particular > right after program start. > > The log messages are visible by running journalctl, something along the > lines of CMD 1036, code 29 and SET_LINE (sorry, I'm on a different > computer). So it looks like RTAPI is printing out messages when reading the > file. > > Anyway, is there a way to disable or reduce the RTAPI logging? > > Thanks, > Alex > -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/machinekit/d60f8e66-b1ba-46b9-b0ca-c3c9e10f29c3%40googlegroups.com.
