icy-engine-43941
07/11/2023, 11:30 PMtop
I see that there is ~8000/15728 free memory available. Could someone help me trouble shoot this? I have tried closing all apps and rebooting
native_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.
enough-analyst-54434
07/11/2023, 11:40 PMicy-engine-43941
07/11/2023, 11:44 PM./pants --no-pantsd
and got No goals specified.
What am I doing wrong?enough-analyst-54434
07/11/2023, 11:45 PMpants test ::
then you want pants --no-pantsd test ::
icy-engine-43941
07/11/2023, 11:53 PMarc diff
which doesn't seem to recognize --no-pantsd
enough-analyst-54434
07/11/2023, 11:54 PMhigh-yak-85899
07/11/2023, 11:56 PMhigh-yak-85899
07/11/2023, 11:56 PM.pants.rc
file in the repository root and turn it off there.enough-analyst-54434
07/11/2023, 11:57 PMPANTS_PANTSD=False arc diff
may do it as well.icy-engine-43941
07/12/2023, 12:05 AMPANTS_PANTSD=False arc diff
worked, thank youenough-analyst-54434
07/12/2023, 12:19 AMicy-engine-43941
07/12/2023, 1:11 AMarc diff
🙂enough-analyst-54434
07/12/2023, 1:17 AMicy-engine-43941
07/12/2023, 1:21 AMicy-engine-43941
07/12/2023, 6:43 PM