I'm trying to import 1M contacts, but the memory needed during the import is extremely high. I can chop up the file into 100K contacts, but even these files require about 10GB memory to import. When the import is done, all memory is freed, so something during the import process occupies a lot of memory. I'm not doing duplicate detection and it doesn't matter if it runs via cron or manually. Is there a trick to avoid this extreme memory consumption? (Other than splitting the job into many small batches). Thanks!
Import and high memory consumption
Collapse
X
Comment