Hi. It's 2023, and I'm re-inquiring about limits/memory requirements of Grav. It was previously discussed in 2016 (max ~5000 pages, comfortable ~1000) at /forum/archive/practical-site-limits-with-grav-t2160 and
in 2019 at /forum/general/grav-page-limit-t8031 (no follow up).
I have not bothered to alter the default php memory limit of 128 MB (I think). Don't want to, really, unless it is only a minor tweak.
I'd like to host a site with 100,000 pages. Is it possible? When trying to load a new site (previously working) with 32,000 pages/folders, I'm seeing
Fatal error : Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in "D;.....
vendor\rockettheme\toolbox\File\src\AbstractFile.php on line 264 and
(tried to allocate 20480 bytes) in
vendor\filp\whoops\src\Whoops\Util\Misc.php on line 50
I assume Grav is somehow loading up a file system image on start. Is that correct? If it is, I can see how it might have an upper bound limit if it is always traversing the site.
A description of startup memory usage/requirements would be helpful. Anyone with a link? Perhaps I could dive into lightening the load.