-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: fix dokka issues execution oom #1479
Conversation
It seems it fails mainly due to
🤔 Curious about this one, considering it usually builds nicely |
One thing is quite curious: This problem started EXACTLY when we added |
Yees ! exactly around that date started, the thing is Dokka seems to have failed in the past with memory management 😓 -like now, having a The other thing is to create many partials docs (this seems fine) but would be a bit overkill to merge it later, I think we still can try a couple of things more 🤞 |
Codecov Report
@@ Coverage Diff @@
## develop #1479 +/- ##
=============================================
- Coverage 52.76% 52.76% -0.01%
Complexity 1392 1392
=============================================
Files 903 903
Lines 33421 33421
Branches 2927 2927
=============================================
- Hits 17636 17634 -2
- Misses 14619 14621 +2
Partials 1166 1166 |
I think I'll close this one, as I tried we many approaches, some insights:
|
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
If we run Dokka with stacktrace flag, we found out that is failing because of something similiar to Kotlin/dokka#1405
So this PR tries to solve by suggested actions mentioned there.
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.