Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowed memory size of 134217728 bytes exhausted #869

Open
ferdiga opened this issue Sep 11, 2024 · 1 comment
Open

Allowed memory size of 134217728 bytes exhausted #869

ferdiga opened this issue Sep 11, 2024 · 1 comment

Comments

@ferdiga
Copy link

ferdiga commented Sep 11, 2024

I got

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1052672 bytes) in /var/www/nextcloud/apps/files_fulltextsearch/lib/Service/FilesService.php on line 319

I have 8GB memory - virtual server

after running awhile
real 11m15,892s
user 6m32,832s
sys 0m37,570s

Indexing ────
│ Action: generateIndexFiles
│ Provider: Files Account: christoph
│ Document: 5274
│ Info: /user/files/Shared/company/samba/talents/Talents Club/schicken
│ Title:
│ Content size:
│ Chunk: 1251/1540
│ Progress: 0/35005

I am surprised to see "generateIndexFiles" - its on the NC server - not the elastic server - which is healthy

@ferdiga
Copy link
Author

ferdiga commented Sep 11, 2024

solution here was to use
.... php -d memory_limit=512M ....
as setting memory_limit=512M in various config files was not picked up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant