[erlang-questions] Logger which truncates too big terms

Max Lapshin max.lapshin@REDACTED
Fri Dec 2 16:02:03 CET 2011


No logger can reduce messages with current state of OTP.

https://github.com/erlyvideo/erlyvideo/blob/master/apps/erlyvideo/src/core/gen_server_ems.erl#L747

this is where you need to move to protect your system from silly OOM
while printing error message.



More information about the erlang-questions mailing list