-
Notifications
You must be signed in to change notification settings - Fork 377
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
Exhausted heap space issue with build_runner #3306
Comments
Can you resolve this error and try again:
Can you post some code? |
Also see dart-lang/build#3767 for context, but let's keep the discussion here since drift is likely the one contributing to the error the most. |
This was warning due to I didn't add one table in @simolus3 Please use this table as reference I have table like this in size
|
I made my database auto generate to modular. But still receiving same error
So for work around I generated in sequence like first build config, master, and like other and manually merge till any solution I get. |
I have 315 tables in my database 😬. Yes in single database
It's taking infinite time 🥵 to build but not able to generate database.g.dart and dao.g.dart files.
Even it's print Out of Memory
Please anyone help me here how to deal with it. Is there any other way to deal with that kind of database?
Output of
flutter doctor -v
This below logs from build_runner command
dart run build_runner build -v
The text was updated successfully, but these errors were encountered: