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

feat: upgrade scala native to latest and enable multithreading #735

Closed
wants to merge 3 commits into from

Conversation

asr2003
Copy link

@asr2003 asr2003 commented Aug 31, 2024

Upgraded ZIO and Scala-Native to their latest versions and while enabling multithreading=true, it resulted in the Out of heap space which is an issue with scala-native and an active discussion is going here in the upstream:

Note that the GC change is only needed for few tests which are memory intensive. Once that's upstream is fixed I think we can remove that config safely

fixes #720
/claim #720

@asr2003 asr2003 requested a review from a team as a code owner August 31, 2024 00:05
@algora-pbc algora-pbc bot mentioned this pull request Aug 31, 2024
@987Nabil
Copy link
Contributor

Closing in favor of #732 since this is not fixing #720
While reactivating multithreading and updating zio/scala-native is something we want, #720 was already fixed by me in #726
I only use #732 to collect the bounty since it is related and easier then to communicate with algora.

@987Nabil 987Nabil closed this Aug 31, 2024
@asr2003
Copy link
Author

asr2003 commented Aug 31, 2024 via email

@asr2003
Copy link
Author

asr2003 commented Aug 31, 2024 via email

@987Nabil
Copy link
Contributor

987Nabil commented Aug 31, 2024

@asr2003 #720 mentions clearly fixing the CI. The CI was already fixed in #726. Updating zio and reenabling native multi threading has nothing to do with the issue.

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

Successfully merging this pull request may close these issues.

Fix Scala native pipeline
2 participants