dry-fountain-5842
06/28/2024, 6:10 PMnative_engine.PantsdClientException: The pantsd process was killed during the run.
If this was not intentionally done by you, Pants may have been killed by the operating system due to memory overconsumption (i.e. OOM-killed). If you keep seeing this error message, try the troubleshooting steps below. If none of those help, please consider filing a GitHub issue or reaching out on Slack so that we can investigate the possible memory overconsumption (<https://www.pantsbuild.org/docs/getting-help>).
- Exit other applications, including applications running in the background.
- Set the global option `--pantsd-max-memory-usage` to reduce Pantsd's memory consumption by retaining less in its in-memory cache (run `./pants help-advanced global`).
- Disable pantsd with the global option `--no-pantsd` to avoid persisting memory across Pants runs, although you will miss out on additional caching.
I tried all 3 of the suggestions, as well as:
⢠updating to macos Sonoma 14.5
⢠brew update/upgrade
⢠updating all my dependencies
⢠restarting my mac twice
What else can I do to fix this problem?dry-fountain-5842
06/28/2024, 6:13 PMancient-france-42909
06/28/2024, 6:58 PM--no-pantsd
, that'll at least keep pants running in your terminal, and show you what signal it receives.dry-fountain-5842
06/28/2024, 9:19 PM/Users/gha/.cargo/git/checkouts/lmdb-rs-369bfd26153a2575/6ae7a55/lmdb-sys/lmdb/libraries/liblmdb/mdb:2126:
Assertion 'rc == 0' failed in mdb_page_dirty()
zsh: abort pants --no-pantsd fix ::
ancient-france-42909
06/28/2024, 9:20 PMancient-france-42909
06/28/2024, 9:22 PMdry-fountain-5842
06/28/2024, 9:24 PM.pants.d/
dir?ancient-france-42909
06/28/2024, 9:25 PMdry-fountain-5842
06/28/2024, 9:25 PMancient-france-42909
06/28/2024, 9:25 PMrm -fr ~/.cache/pants/lmdb_store
dry-fountain-5842
06/28/2024, 9:27 PMancient-france-42909
06/28/2024, 9:28 PMancient-france-42909
06/28/2024, 9:28 PMdry-fountain-5842
06/28/2024, 9:29 PMancient-france-42909
06/28/2024, 9:35 PMancient-france-42909
06/28/2024, 9:37 PMancient-france-42909
06/28/2024, 9:37 PM