nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.49k stars 3.98k forks source link

message "The current PHP memory limit is below the recommended value of 512MB." should be omitted if memory limit is unlimited (-1) #46347

Closed ferdiga closed 3 weeks ago

ferdiga commented 1 month ago

How to use GitHub

Describe the solution you'd like

No message, if the php memory is set to unlimited = -1 , a number which is lower than 512MB

solracsf commented 1 month ago

This is already checked:

https://github.com/nextcloud/server/blob/03b1918c5852af63cb419a1cdf04e0ae499a0403/lib/private/MemoryInfo.php#L27