-
-
Notifications
You must be signed in to change notification settings - Fork 9
Memory leak when using sample server #12
Copy link
Copy link
Open
Labels
needs discussionNeeds to be discussed furtherNeeds to be discussed furtherneeds investigationThis needs to be looked into before its "ready for work"This needs to be looked into before its "ready for work"
Metadata
Metadata
Assignees
Labels
needs discussionNeeds to be discussed furtherNeeds to be discussed furtherneeds investigationThis needs to be looked into before its "ready for work"This needs to be looked into before its "ready for work"
Dear maintainers,
It would seem that, when ran with the
--ponynoblockflag, the example http server leaks.Background: When running into a cycle detector segfault [0] by benchmarking the sample server, @SeanTAllen suggested that cycle detector might me turned off.
With the cycle detector off, when benchmarking, the process just got OOM killed.
I don't think that was a previously mentioned issue so I'm raising!
Thanks,
Marc
[0] ponylang/ponyc#2977 (comment)