Hello
I have a problem with uploading files, i have a *.CSV file with size of 350-400MB. It is a really big file compared to simple documents, but i need to read its contents.
I (think i) know there are two files, that has file upload limits:
- forms-config.properties
- console-config.properties
But these files are under this folder:
/BonitaCommunity-7.9.1-tomcat\setup\platform_conf\initial\tenant_template_portal
I just cant find this folder (someone wrote it is here):
BONITA_HOME\client\tenants\default\web\forms\conf\forms-config.properties
In the first folder i changed the value to 500 from 15 and 25, but it doesnt seem to work. In chrome by timing i see stalled, but i dont get any errors or warnings, not even in bonita log.
Am i missing something? The documentation said this value cannot be higher than the column size in the database, but i am using mysql, and longblob, wich should be enough.
Is it a configuration problem, or maybe bonita cant handle big documents?
Best Regard
Zoltán
Edit: Im using Bonita community 7.9
Update 1.0: I read somewhere that everything is stored in bonita database, so i replaced the blob with the new config files. It should work, but it doesnt, the system throws exception with java heap space. Im still working on this, but it is really annoying that i cant upload a simple file (even if it is 400megs)
Update 2.0: Okay i added a few gigs of ram to my virtual machine... almost 8GB and 3 cores, at least it uploads, but cant save it as document, again java heap space. My question is, do i really need a server with more than 10 gigs to upload a file with 350MB?