You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't run duckdb on GitHub Actions, the process is being killed.
I'm now running in the cloud, and I'd like to understand how much memory I need.
Monitoring peak memory usage for process trees, especially when running Docker, is challenging. How do you feel about running the tools (like bcheck) with /usr/bin/time -v to display peak memory usage and other stats? Would that interfere with the logic?
I can't run duckdb on GitHub Actions, the process is being killed.
I'm now running in the cloud, and I'd like to understand how much memory I need.
Monitoring peak memory usage for process trees, especially when running Docker, is challenging. How do you feel about running the tools (like
bcheck
) with/usr/bin/time -v
to display peak memory usage and other stats? Would that interfere with the logic?rchk/scripts/check_package.sh
Line 104 in 8fe3f27
The text was updated successfully, but these errors were encountered: