yasd
yasd copied to clipboard
malloc: can't allocate region
hyperf用view组件,controller中
return $render->render('doc.index');
index.blade.php文件中有引用css和js文件
我打的断点在
当第二次走到这个断点时,debug信息就看不到了

相应的控制台 php(74495,0x1188b75c0) malloc: can't allocate region *** mach_vm_map(size=8030604640798470144) failed (error code=3) php(74495,0x1188b75c0) malloc: *** set a breakpoint in malloc_error_break to debug libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc [2021-03-31 14:52:52 $74482.0] WARNING check_worker_exit_status: worker#0[pid=74495] abnormal exit, status=0, signal=6
我机器目前的内存应该是够的
