Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Memory estimate endpoint returns value less than 1MB minimum #49168

Closed
peteharverson opened this issue Nov 15, 2019 · 2 comments
Closed
Labels
:ml Machine learning

Comments

@peteharverson
Copy link

Elasticsearch version: 8.0.0-SNAPSHOT

The endpoint used to provide an estimate of the model memory limit for a data frame analytics job /_ml/data_frame/analytics/_estimate_memory_usage can return values which are less than what appears to be the allowed 1MB minimum threshold.

For example, created a transform off the cloudwatch data set, with 80 docs (grouped by instance, and 6 aggregations), and the estimate for an outlier job is returned by the endpoint as 60kb. Following error is seen in the UI when attempting to run a job with this 60KB MML:

image

@peteharverson peteharverson added the :ml Machine learning label Nov 15, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@przemekwitek
Copy link
Contributor

The fix PR is merged to both master and 7.x.

Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml Machine learning
Projects
None yet
Development

No branches or pull requests

3 participants