inaos / iron-array

2 stars 0 forks source link

Difference in memory allocation in Linux vs Mac #607

Open FrancescAlted opened 2 years ago

FrancescAlted commented 2 years ago

Linux and Mac have quite different patterns in memory consumption for the same tasks. For example, using the same script than in https://github.com/inaos/iron-array/issues/606, we have this pattern for Mac: ia-Mac

whereas for Linux it goes like this: ia-linux

This should be analyzed (perhaps we can get hints and provide a patch for saving memory).