Open zstyblik opened 9 years ago
As the docs state it is the number of bytes so if you want 100KiB the setting should be
output_limit = 102400
facepalm I see. It still might be worth to add something for clarity ... for people like me. However, if you think it's not necessary, I agree with this issue being closed. Obviously, error was on my end.
Thank you.
Z.
Hello,
please, please improve documentation for
output_limit
,memory_limit
and alike.Quote from documentation:
uint
is expected, got it. So100KiB
won't fly. Now, is 1 equal to 1KiB or 1B? Is there some internal logic that does that?Does
memory_limit = 8
setmemory_limit
to 8MiB or 8B or 8 of what actually? I mean, it just isn't clear to me and even examples, eg. ``memory_limit = 8 sets memory limit to 8MiB'' would really help.Thank you, Z.