Oracle ADF - Difficulty in adding attachments when they are too large 10 MB
Hi,
I am currently trying to find the solution to a problem that occurs in an ADF application, as it does not allow to load files larger than 10MB.
Here are some details of the application:
ADF 11.1.1.7
Weblogic 10.3.6
Host Linux redhat 7.9 . 2cpu 8G RAM
variable configuration:
org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE -- 512000000
oracle.adf.view.faces.UPLOAD_MAX_MEMORY -- 512000000
oracle.adf.view.faces.UPLOAD_MAX_DISK_SPACE -- 512000000
1. The user creates a new document and when trying to upload a new file, if it is smaller than 10MB, the program performs the whole process without any problem as shown below: