php - FOS Elastica bundle populate command killed by oom_reaper with out of memory - Stack Overflow

PHOTO EMBED

Thu Jan 27 2022 19:02:29 GMT+0000 (Coordinated Universal Time)

Saved by @ozgunn #php #elasticsearch #fos_elastica

#!/bin/bash
for i in {6000..18000..4000}
  do 
    bin/console fos:elastica:populate --no-reset --first-page="$i" --last-page="$((i + 4000))"
  done
bin/console fos:elastica:populate --no-reset --first-page=18000
content_copyCOPY

https://stackoverflow.com/questions/69127314/fos-elastica-bundle-populate-command-killed-by-oom-reaper-with-out-of-memory