Partition Table ESP32-WROOM-32E-N8 8MB

Hello, I wanted to ask if this partition table would be correct for the ESP ESP32-WROOM-32E-N8
What I need is to expand the space for the files that the server will load, having 8MB I am interested in using 3 for the data and 1 for the program is enough, I do not need OTA.

# Name,   Type, SubType, Offset,  Size, Flags
nvs,      data, nvs,     0xb000,  0x4000,
otadata,  data, ota,      ,        0x2000
phy_init, data, phy,      ,        0x1000
factory,  app,  factory,  ,        1M
spiffs,   data, spiffs,   ,        3M

It is a modification of this table

# Name,   Type, SubType, Offset,  Size, Flags
nvs,      data, nvs,     0xb000,  0x4000,
otadata,  data, ota,      ,        0x2000
phy_init, data, phy,      ,        0x1000
factory,  app,  factory,  ,        1M
ota_0,    app,  ota_0,    ,        1M
ota_1,    app,  ota_1,    ,        1M
spiffs,   data, spiffs,   ,        952K