mystikos
mystikos copied to clipboard
Increase python webserver memory
Python memory allocator usage is proportional to number of cores. With current 256m setting, this leaves insufficient memory for OpenBLAS(used by numpy) allocations on ICX machines. OpenBLAS code doesn't seem to be checking for failed malloc() returns, which causes a segmentation fault. This patch increases the memory size to avoid this situation.
Signed-off-by: Vikas Tikoo [email protected]