ESP32-S3-CAM:ERR: Failed to allocate persistent buffer of size 576, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT

Question/Issue:I’ve trained a small classifier model (project id: 744624). My board is s3-n16-r8, and it is enough to run this model.But I encount the ERR:Failed to allocate persistent buffer of size 576, does not fit in tensor arena and reached EI_MAX_OVERFLOW_BUFFER_COUNT all along the way when deploued by the Arduino IDE 2.3.6.I have tried to add #define EI_CLASSIFIER_TENSOR_ARENA_SIZE (500*1024) and #define EI_MAX_OVERFLOW_BUFFER_COUNT 30, but the same.At the end, #define EI_CLASSIFIER_TFLITE_ENABLE_ESP_NN 0//(1 change to 0) in ei_classifier_config.h,and then run successfully.I want to know why the first method didnot work.THANK YOU very much.