Crash when online write

Actually, you can have a look at that run script i have paste before

nohup $dgpath alpha --enable_sentry=false --ludicrous_mode --snapshot_after=1000000 --abort_older_than 15m --my=$local_ip:$port -o $offset --zero=$zero_1:5080 --config $cfpath --cwd alpha$index > ./log/alpha$index.log 2>&1 &

Because the badger compaction is time-consuming and could stop writing before, so i increase snapshot_after to 100000, could it because that the snapshot frequency is too low to clear all the duplicate keys. But that can still not explain why there is only ‘dgraph.type’ pred too big.