fix: Fix memory estimation not working on MacOS by Pijukatel · Pull Request #1330 · apify/crawlee-python

@Pijukatel

@Pijukatel added the bug

Something isn't working.

label

Jul 29, 2025

@github-actions github-actions bot added t-tooling

Issues with this label are in the ownership of the tooling team.

tested

Temporary label used only programatically for some analytics.

labels

Jul 29, 2025

@Pijukatel Pijukatel marked this pull request as ready for review

July 29, 2025 08:14

vladfrangu

@Pijukatel Pijukatel deleted the fix-memory-estimation-macos branch

July 29, 2025 12:36

Mantisus pushed a commit to Mantisus/crawlee-python that referenced this pull request

Jul 30, 2025
### Description
- Use `pss` for memory estimation only on Linux.
- Use `rss` for memory estimation only on MacOs.

### Issues

- Closes: apify#1329

Pijukatel added a commit that referenced this pull request

Jul 30, 2025
### Description
- Use `pss` for memory estimation only on Linux.
- Use `rss` for memory estimation only on MacOs.

### Issues

- Closes: #1329