Skip to content

Commit

Permalink
[ML] disable estimateModelMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Mar 23, 2020
1 parent e59cc84 commit 0e3c9e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const Page: FC<PageProps> = ({ moduleId, existingGroupIds }) => {
startDatafeed: startDatafeedAfterSave,
...(jobOverridesPayload !== null ? { jobOverrides: jobOverridesPayload } : {}),
...resultTimeRange,
estimateModelMemory: true,
estimateModelMemory: false,
});
const { datafeeds: datafeedsResponse, jobs: jobsResponse, kibana: kibanaResponse } = response;

Expand Down

0 comments on commit 0e3c9e1

Please sign in to comment.