You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The limit has been temporary removed for development, however this leads to a gradual built-up of small amounts of memory that will only be freed during shutdown.
The limit was removed to facilitate application development, however eventually a cleaner resource management solution needs to be integrated.
Currently, for simplicity, the number of task families supported in a single process is limited to an upper boundary:
https://github.com/allscale/allscale_api/blob/master/code/api/include/allscale/api/core/impl/reference/treeture.h#L460
This should be generalized.
The text was updated successfully, but these errors were encountered: