Files
iTop/application
Pierre Goiffon b5074c4cee N°3806 Fix saying memory_limit isn't enough in CLI scripts and setup
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)
2021-06-28 14:53:39 +02:00
..
2021-06-03 17:31:34 +02:00
2021-02-18 13:21:06 +01:00
2020-10-07 16:21:36 +02:00
2020-02-24 11:01:24 +01:00
2019-12-03 08:38:57 +01:00
2020-12-10 18:10:45 +01:00