laerx icon indicating copy to clipboard operation
laerx copied to clipboard

Memory Exhaustion Error: Allowed Memory Size of 512MB Exceeded

Open yahyaahrika opened this issue 1 year ago • 0 comments

We are encountering a memory exhaustion issue in the project. Specifically, the error message is:

Allowed memory size of 536870912 bytes exhausted (tried to allocate 203427840 bytes) Steps to Reproduce:

Set Up Environment:

Clone the repository. Set up the environment according to the documentation.

Run the Application:

Start the application using the built-in PHP server or other means as described in the documentation. Trigger the Issue:

Perform the actions or operations that lead to the memory exhaustion (e.g., processing large files, executing memory-intensive queries).

Expected Behavior:

The application should handle the operations without exceeding the allocated memory limit or should provide a more descriptive error if a memory limit is reached.

Actual Behavior:

The application throws a memory exhaustion error, indicating that the memory limit of 512 MB has been exceeded. The specific error message is:

after that update to 1G but the same issue

Additional Information:

Environment Details:

PHP Version: [e.g., PHP 8.3.6] Laravel Version: [e.g., Laravel 10] Operating System: [e.g., Windows 10] Server Software: [e.g., WampServer] Configuration Details:

Memory Limit Setting: [e.g., Set to 512 MB in php.ini] Possible Solutions:

Increase the memory limit temporarily to see if it resolves the issue. Review and optimize code to handle large datasets more efficiently. Investigate third-party packages and their impact on memory usage.

image

and also Avast Block file server.php

image

yahyaahrika avatar Sep 12 '24 15:09 yahyaahrika