Truncation error when interacting with files

Hi,
I am getting some warning messages when interacting with files (uploading, downloading, opening).
Error messages:
WARNING Event session_file_download data was truncated; LOGGED FROM: rstudio::monitor::Event::Event(int, int, const string&, const string&, PidType, rstudio_boost::posix_time::ptime) src/cpp/monitor/events/Event.cpp:50
WARNING Event session_file_upload data was truncated; LOGGED FROM: rstudio::monitor::Event::Event(int, int, const string&, const string&, PidType, rstudio_boost::posix_time::ptime) src/cpp/monitor/events/Event.cpp:50
When I looked up the error, I see there is a limit set in this header file on kMaxEventDataSize

Can this be set in the R environment or is there a way to avoid this warning? Why is this size set to 32?

Rstudio-server version used: rstudio-server-rhel-2022.02.3-492

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.