Reduce max trim request size to 512K
512K is the maximum request size for which request map fits into one page (4K) regardless of cacheline size. Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
@@ -352,6 +352,6 @@ typedef enum {
|
||||
* @}
|
||||
*/
|
||||
|
||||
#define MAX_TRIM_RQ_SIZE (1 * MiB)
|
||||
#define MAX_TRIM_RQ_SIZE (512 * KiB)
|
||||
|
||||
#endif /* __OCF_DEF_H__ */
|
||||
|
||||
Reference in New Issue
Block a user