sparse-lifeguard-95737
12/16/2022, 6:12 PMexport-codegen
today that generated a ton of small files, I started getting “pantsd OOMKilled” errors on every following run, even on other commands. running with --no-pantsd
now shows:
/Users/runner/.cargo/git/checkouts/lmdb-rs-369bfd26153a2575/6ae7a55/lmdb-sys/lmdb/libraries/liblmdb/:2126: Assertion 'rc == 0' failed in mdb_page_dirty()
Abort trap: 6
has anyone hit this before & know what it means?hundreds-father-404
12/16/2022, 6:13 PMrm -rf .pids
to reset Pantsd. --no-pantsd
doesn't actually kill the daemon, it only says to not use itsparse-lifeguard-95737
12/16/2022, 6:13 PMrm -rf ~/.cache/pants/lmdb_store
seems to have fixed itenough-analyst-54434
12/16/2022, 6:18 PMsparse-lifeguard-95737
12/16/2022, 6:20 PMenough-analyst-54434
12/16/2022, 6:20 PM