Documentation
Configuration / upload.chunk_size
This option will enable you to specify the chunk size that the multiple upload feature will use. Chunking enables you to upload very large files regardless of post/upload restrictions set by the hosting provider. Notice that you can use mb, kb suffixes.
$moxieManagerConfig['upload.chunk_size'] = "10MB";