Skip to content
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

slow database initialization #130

Open
KamelittaOida opened this issue Sep 30, 2021 · 2 comments
Open

slow database initialization #130

KamelittaOida opened this issue Sep 30, 2021 · 2 comments

Comments

@KamelittaOida
Copy link

As alluded in my other topic, I was going to open a new thread showing slow database initialization.
#128

https://vimeo.com/618447628
asdfasdfasdf

the databases are almost identical. I've ran Clean up on both. -vmargs -Drssowl.reindex=true -Xmx1024m; I didn't run.
but it doesn't show much difference. I've had rssowlnix at times take 1:30 minutes to fully open.

OS: win10
RSSOwlnix version: RSSOwlnix-2-9-0-win32.win32.x86_64.zip

I dont recall if the java runtime is needed for rssowl but i have version 8 update 301

this is my config file:

-startup
plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.800.v20180827-1352
-vmargs
-Xms15m
-Xmx2048m
-Dosgi.requiredJavaVersion=1.8
-Djava.util.Arrays.useLegacyMergeSort=true
--add-modules=ALL-SYSTEM

changing to -Xmx1024m doesn't make a difference

@Xyrio
Copy link
Owner

Xyrio commented Sep 30, 2021

that speed is normal for rssowlnix. probably with an SSD it is faster.

more than 100mb is considered big database for rssowlnix. things get slower fast the bigger the db. more memory should help with performance while running after initialization.

for startup reducing db size is probably the biggest difference besides using an SSD. otherwise run cleanup regularly when things slow down too much (to reduce db size): menu > tools > cleanup and be sure to check the recommended options on the 3rd window to improve performance. the many saved searches also cost time.

@KamelittaOida
Copy link
Author

oh well that's a shame. well this video was shot on an SSD.
well it's quite the difference between 55s and 11s but I guess it is what it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants