Skip to content

Commit 66f335e

Browse files
committed
Add warning to stream history.
1 parent 6653249 commit 66f335e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SerialPrograms/Source/CommonFramework/Recording/StreamHistoryOption.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ StreamHistoryOption::StreamHistoryOption()
2121
, DESCRIPTION(
2222
"Keep a record of the recent video+audio streams. This will allow video capture "
2323
"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>"
2427
"<font color=\"orange\">Warning: This feature is computationally expensive and "
2528
"will require a more powerful computer to run (especially for multi-Switch programs).<br>"
2629
"Furthermore, the current implementation is inefficient as it will write a lot "

0 commit comments

Comments
 (0)