meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sw:nextcloud:issues [2024/11/14 19:59] niziaksw:nextcloud:issues [2025/01/29 14:47] (current) niziak
Line 1: Line 1:
 ====== Issues ====== ====== Issues ======
 +
 +===== Allowed memory size of 536870912 bytes exhausted =====
 +
 +Cannot upload 146MB file using CURL. In Nextcloud log:
 +<code>
 +Allowed memory size of 536870912 bytes exhausted (tried to allocate 143854312 bytes) at /var/www/html/lib/private/AppFramework/Http/Request.php#404
 +</code>
 +
 +Login as Admin to NC, go to ''Settings'' --> ''System'' and check ''Memory limit: 512MB'' in PHP section.
 +
 +Change env ''PHP_MEMORY_LIMIT'' in ''docker-compose.yml'', and restart container.
 +
  
 ====== cannot rename without delete permission ====== ====== cannot rename without delete permission ======