eXqusic92
eXqusic92
Forgot to mention: deployed with Docker and reverse proxied with Apache
Yes, issue still exists.Maybe someone who encountered same problem can help. Here is what I found in Apache logs ``` [Thu Dec 28 11:57:06.778133 2023] [proxy_http:error] [pid 1980388] (20014)Internal error...
And here is my apache conf: ``` ServerName spdf.mydomain.com ErrorLog ${APACHE_LOG_DIR}/spdf.error.log CustomLog ${APACHE_LOG_DIR}/spdf.access.log combined ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse / http://127.0.0.1:8080/ ProxyRequests Off RewriteEngine on RewriteCond %{SERVER_NAME} =spdf.mydomain.com RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI}...
I have same issue with Java heap space while converting pdf to image (PDFs size approx. 10mb). My docker compose script looks like this ``` version: '3.3' services: stirling-pdf: image:...
```[0.001s][warning][gc] -XX:+PrintGCDetails is deprecated. Will use -Xlog:gc* instead. -XX:ConcGCThreads=1 -XX:G1ConcRefinementThreads=4 -XX:GCDrainStackTargetSize=64 -XX:InitialHeapSize=64322048 -XX:MarkStackSize=4194304 -XX:MaxHeapSize=1029152768 -XX:MinHeapSize=6815736 -XX:+PrintCommandLineFlags -XX:+PrintGCDetails -XX:ReservedCodeCacheSize=251658240 -XX:+SegmentedCodeCache -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseG1GC [0.007s][info ][gc] Using G1 [0.009s][info ][gc,init] Version: 17.0.9+9-Ubuntu-122.04...