Skip to content

Commit d161ab5

Browse files
authored
Merge branch 'main' into pipeline_elements_selector
2 parents b792c5a + 0f92ed6 commit d161ab5

File tree

2 files changed

+4
-4
lines changed
  • libraries/edge-control-libraries/plcopen-motion-control/docs/rt-motion/installation_setup/installation
  • tools/visual-pipeline-and-platform-evaluation-tool/collector

2 files changed

+4
-4
lines changed

libraries/edge-control-libraries/plcopen-motion-control/docs/rt-motion/installation_setup/installation/rt_linux.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _real_time_linux:
1+
.. _real_time_in_linux:
22

3-
Real-Time Linux
4-
===============
3+
Real-Time in Linux
4+
==================
55

66
|top_name| provides real-time capabilities to the kernel with PREEMPT_RT patch and boot parameters for real-time optimization, which aims to increase predictability and reduce scheduler latencies.
77

tools/visual-pipeline-and-platform-evaluation-tool/collector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && \
88

99
RUN cargo install --locked qmassa
1010

11-
FROM docker.io/library/telegraf:1.35.3 AS collector
11+
FROM docker.io/library/telegraf:1.36.1 AS collector
1212

1313
COPY --from=qmassa /usr/local/cargo/bin/qmassa /usr/local/bin/qmassa
1414

0 commit comments

Comments
 (0)