SupervisorOutOfMemory
class SupervisorOutOfMemory
Properties
| float|int | $memoryUsage | The memory usage that exceeded the allowable limit. |
Methods
float|int
getMemoryUsage()
Get the memory usage that triggered the event.
setMemoryUsage(float|int $memoryUsage)
Set the memory usage that was recorded when the event was dispatched.
Details
at line 21
__construct(Supervisor $supervisor)
Create a new event instance.
at line 29
float|int
getMemoryUsage()
Get the memory usage that triggered the event.
at line 37
SupervisorOutOfMemory
setMemoryUsage(float|int $memoryUsage)
Set the memory usage that was recorded when the event was dispatched.