We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6653249 commit 66f335eCopy full SHA for 66f335e
SerialPrograms/Source/CommonFramework/Recording/StreamHistoryOption.cpp
@@ -21,6 +21,9 @@ StreamHistoryOption::StreamHistoryOption()
21
, DESCRIPTION(
22
"Keep a record of the recent video+audio streams. This will allow video capture "
23
"for unexpected events.<br><br>"
24
+ "<font color=\"red\">Warning: This feature has a known memory leak. It will leak ~3GB per day per "
25
+ "video stream. You have been warned!</font>"
26
+ "<br><br>"
27
"<font color=\"orange\">Warning: This feature is computationally expensive and "
28
"will require a more powerful computer to run (especially for multi-Switch programs).<br>"
29
"Furthermore, the current implementation is inefficient as it will write a lot "
0 commit comments