mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #356] MacOS 13 apple build fail/high processor usage #243
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#243
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @naymapl on GitHub (Nov 1, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/356
hello again.
I try to build fresh psst app - developer app build ok but have large size psst-gui have almost 68MB and use a lot od processor around 30%.
When I try to build Release build:
i got error:
This hight 30% usage od cpu is coming when you start any track. When app is just iopen without plaing anything cpu ussage is around 1.5-1.8%.
Any idea ?
@oleggtro commented on GitHub (Jan 11, 2023):
It looks live you cancelled the build by sending a SIGKILL signal to the process.
Try running
cargo build --releaseagain, and leave it sit there for some time. Release builds can take quite some time.The unusually high CPU usage is most likely due to you running a debug build (which sacrifices optimizations in favor of faster build times). I'd suggest trying to download a prebuilt binary.