mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
This was caused by the strict comparison in \utils::IsMemoryLimitOk for the special "-1" value of memory_limit, which was added in c2f5cafa.
Fix was to change \utils::ConvertToBytes : it was returning original value when input was numeric (so if input is '-1' output was '-1') now it always returns an int (input '-1' output -1)
74 KiB
74 KiB