-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High resource usage and responsiveness problems #3683
Comments
would you care to take a look there #3430. Any input is appreciated! |
cd2357
added a commit
to cd2357/bisq
that referenced
this issue
May 7, 2020
Update the gradle dependency to JavaFX 14. This brings to Bisq the latest JavaFX fixes and improvements, especially in the areas of UI performance, memory management and security. JavaFX can be upgraded independently of the JDK used to build the application, so this change is modular and does not affect other parts of the build process. Related / likely related to: bisq-network#350 bisq-network#2135 bisq-network#2509 bisq-network#3128 bisq-network#3307 bisq-network#3308 bisq-network#3343 bisq-network#3430 bisq-network#3657 bisq-network#3677 bisq-network#3683 bisq-network#3686 bisq-network#3786 bisq-network#3787 bisq-network#3892 bisq-network#3917 bisq-network#3918 bisq-network#3936
Closed
cd2357
added a commit
to cd2357/bisq
that referenced
this issue
Sep 16, 2020
Update the gradle dependency to JavaFX 14. This brings to Bisq the latest JavaFX fixes and improvements, especially in the areas of UI performance, memory management and security. JavaFX can be upgraded independently of the JDK used to build the application, so this change is modular and does not affect other parts of the build process. Related / likely related to: bisq-network#350 bisq-network#2135 bisq-network#2509 bisq-network#3128 bisq-network#3307 bisq-network#3308 bisq-network#3343 bisq-network#3430 bisq-network#3657 bisq-network#3677 bisq-network#3683 bisq-network#3686 bisq-network#3786 bisq-network#3787 bisq-network#3892 bisq-network#3917 bisq-network#3918 bisq-network#3936
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my machine Bisq uses ~1.4 GB of RAM (RES column in htop) and about 5-15% CPU when in background, and sometimes up to 100% when clicking around. Also, often there's a noticable response lag when clicking, sometimes the lag is on the order of seconds.
My main concern is the significant power usage when idle, if I want to keep the app running for a long time.
I also experience thick white borders around popups, which isn't a problem, but might provide hints. My graphics driver doesn't support hardware acceleration. Is that part of the requirements? For comparison, Firefox works without problems.
Running manually compiled v1.2.3 on Linux x64, i7-3520M.
I have time on my hands and I would be willing to mull around in the source code. I'm not familiar with the code base, or JavaFX, so I'd need some guidance and pointers.
The text was updated successfully, but these errors were encountered: