dart-lang / site-www

The source for the Dart website.
https://dart.dev
Other
972 stars 704 forks source link

Document memory related topics #4419

Open polina-c opened 1 year ago

polina-c commented 1 year ago

Describe the problem

this is follow up on go/notes-user-profile-for-devtools-memory-uxr

It would be extremely useable to see documented

  1. Recommendation on an application memory usage limit, depending on the target device family.
  2. How to determine if application crashed because of memory issues.

Expected fix

It can be documented at https://dart.dev/guides > Development > Memory Management

And, recently published memory concepts (https://docs.flutter.dev/development/tools/devtools/memory#basic-memory-concepts) can be also moved here, because they should live in Dart central place, not in DevTools documentation.

Additional context

No response

polina-c commented 1 year ago

Another relevant information that worth to be published: go/how-to-measure-app-memory-usage-per-isolate-group