User Tools

Site Tools

한국어

comfilepi:improving_real-time_performance:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
comfilepi:improving_real-time_performance:index [2023/05/12 14:23]
COMFILE Technology [Measurement and Results]
comfilepi:improving_real-time_performance:index [2024/03/13 15:42] (current)
COMFILE Technology [Schedule the Program as Real-Time with High Priority]
Line 46: Line 46:
  
 <​code>​ <​code>​
-sudo chrt -f -p `pidof test`+sudo chrt -f -p 99 `pidof test`
 </​code>​ </​code>​
  
Line 55: Line 55:
 ===== Disable Realtime Throttling (Not Recommended) ===== ===== Disable Realtime Throttling (Not Recommended) =====
  
-When using FIFO scheduling, it may help be necessary to disable [[https://​lwn.net/​Articles/​296419/​|realtime throttling]].+When using FIFO scheduling, it may be necessary to disable [[https://​lwn.net/​Articles/​296419/​|realtime throttling]].
  
 <​code>​ <​code>​
comfilepi/improving_real-time_performance/index.1683869029.txt.gz · Last modified: 2023/05/12 14:23 by COMFILE Technology