The maximum size for files that can be imported with the ReqIF Manager is set to 150 MB. To change this size, open the file .env from the main directory of the Reqif Manager installation package. You have to adjust the two parameters PHP_POST_MAX_SIZE and PHP_UPLOAD_MAX_FILESIZE in this file. If you want to set the maximum size to 500 MB you have to adjust the two parameters as follows:


Example to set max size to 500 MB

If these two parameters are missing in your .env file, you can simply add them yourself. Please note that if you use a reverse proxy server or a load balancer in your infrastructure you must configure them accordingly.

Adjusting the maximum file size above 500MB is absolutely not recommended. The DNG server will be slowed down and react with timeouts, and it will be difficult to work with it.

Die maximale Größe für Dateien, die mit dem ReqIF Manager importiert werden können, ist auf 150 MB festgelegt. Um diese Größe zu ändern, öffnen Sie die Datei .env aus dem Hauptverzeichnis des Reqif Manager-Installationspakets. In dieser Datei müssen Sie die beiden Parameter PHP_POST_MAX_SIZE und PHP_UPLOAD_MAX_FILESIZE anpassen. Wenn Sie die maximale Größe auf 500 MB setzen wollen, müssen Sie die beiden Parameter wie folgt anpassen:

Beispiel für die Einstellung der maximalen Größe auf 500 MB

Wenn diese beiden Parameter in Ihrer .env-Datei fehlen, können Sie sie einfach selbst hinzufügen. Bitte beachten Sie, dass Sie, wenn Sie einen Reverse-Proxy-Server oder einen Load Balancer in Ihrer Infrastruktur verwenden, diese entsprechend konfigurieren müssen.

Das Anpassen der maximalen Datei größe über 500MB ist absolut nicht zu empfehlen. Der DNG Server wird dadaurch verlangsamt und reagiert mit Timeouts darauf und ein Arbeiten wird nur noch schwer möglich.