[ML] Limit threads per allocation to 8 in the UI control (#137061)

This commit is contained in:
Dima Arnautov 2022-07-25 18:42:41 +02:00 committed by GitHub
parent f4348e6c9c
commit 2e6a96701d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ export interface ThreadingParams {
threadsPerAllocations: number;
}
const THREADS_MAX_EXPONENT = 6;
const THREADS_MAX_EXPONENT = 4;
/**
* Form for setting threading params.