zhangyuanwei
Results
2
issues of
zhangyuanwei
Add a worker.SetNearHeapLimitCallback API to monitor third-party code memory usag. This API providing an opportunity to terminate when memory exceeds a threshold. eg: ```golang package main import "fmt" import "time"...