Closed KTMRules closed 3 years ago
Fresh install Octane and Laravel, create a test get route with:
<?php namespace App\Http\Controllers; class TestController extends Controller { public function index() { return memory_get_usage()/1024/1204; } }`
And you saw memory just goes up an never down..
same problem
Using a fresh Laravel installation, there's no memory leak. The leak seems to be coming from your application code or one of the packages you are using.
Description:
Fresh install Octane and Laravel, create a test get route with:
And you saw memory just goes up an never down..
Steps To Reproduce: