Snippets Collections
PUT http://localhost:9200/_all/_settings

{"index.blocks.read_only_allow_delete": null}
#!/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
star

Thu Mar 17 2022 12:21:27 GMT+0000 (Coordinated Universal Time)

#php #elasticsearch #fos_elastica
star

Thu Jan 27 2022 19:02:29 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/69127314/fos-elastica-bundle-populate-command-killed-by-oom-reaper-with-out-of-memory

#php #elasticsearch #fos_elastica

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension