mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Non-Linux systems skip some of memory/cpu determination code in resource tracker. But config settings to cap these are used in tests, so they must not be ignored. With this change, we apply these config settings even on non-Linux systems. Memory allocation code is also now same in non-Linux systems, but default is raised to 2GB from 1.5GB.