-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Rasa X startup delay #3611
Comments
@wochinge is the issue maybe related to us SQL committing to often? |
Yeah, that and maybe the amount of data which is read from file and injected in the database. Maybe it's possible to turn of synchronous commiting for sqlite |
You are welcome. Done @akelad. I love Rasa! |
@ricwo Can you please mention the PR? |
@psds01 I won't be able to share the diff or PR unfortunately, as rasa x is not maintained as a public repo. The change was related to the frequency of SQL commits. We'll be releasing a new patch this evening ( |
Rasa version: 1.0.1
Python version: Python 3.6.8 |Anaconda
Operating system (windows, osx, ...): Ubuntu
Issue:
plus some regex features
With
rasa train
, it takes only40 seconds
to train bothnlu
andcore
and the resulting model size is 12 MB. But when I runrasa x
, it takesmore than 2 minutes
to load the UI. As this is happening, a file namedrasa.db-journal
gets created and deleted at least a hundred times.sizes:
Content of configuration file (config.yml):
Content of domain file (domain.yml) (if used & relevant):
It may be due to
rasa.db-journal
getting created and deleted a lot of times but I am not exactly sure what's causing that. Any ideas why this might be happening?Thanks,
The text was updated successfully, but these errors were encountered: