-
Maximum execution time of 30 seconds exceeded at /var/www/html/letsbid/vendor/opcodesio/log-viewer/src/LogIndexChunk.php:57 |
Beta Was this translation helpful? Give feedback.
Answered by
arukompas
Mar 22, 2023
Replies: 1 comment 4 replies
-
Hey @ashikck , how big is the log file that you're trying to open? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Log Viewer doesn't consume a lot of memory. Even if the log file is 1 GB in size, it does not load all of it into memory.
You can see above that parsing a 2 GB log file only ever used maximum of 79 MB of memory. So it's definitely not about memory consumption.
I'm not familiar with the different Digital Ocean configurations, but if it's one of the cheaper ones then it's possible it's slower and it might take more than 30 seconds to process a large log file. I haven't tested it myself and I can't really help there, sorry :/