Discussion:
[dart-misc] Dart VM on server & observatory
Adam Lofts
2016-03-11 16:34:25 UTC
Permalink
Hi,

I am running a server on the dart vm and am having some issues with memory
usage. The dart observatory should be useful in helping me figure out what
is going on. Is it OK to run the observatory in production or does it do
bad things e.g. slow down the vm, keep object references alive.

For example when you pass --observe to the vm it will automatically set
pause_isolates_on_exit. Presumably this means the objects referenced by the
isolate cannot be collected until someone unpauses the isolate. Are there
any more issues like this?

Thanks
Adam
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...