Expo application Error when restarting

I’ve been working on an android application using react-native and expo, I tried to start the app and get this error on the expo mobile app.

Console.error: "There was a problem sending log messages to your development environment", Error: Out of memory

I also ran expo diagnostics and got this

Expo CLI 3.21.0 environment info:
    System:
      OS: Windows 10 10.0.18363
    Binaries:
      Node: 12.13.0 - C:\Program Files\nodejs\node.EXE
      Yarn: 1.4.0 - C:\Users\User\AppData\Roaming\npm\yarn.CMD
      npm: 6.12.0 - C:\Program Files\nodejs\npm.CMD
    npmPackages:
      expo: ~37.0.3 => 37.0.12
      react: ~16.9.0 => 16.9.0
      react-dom: ~16.9.0 => 16.9.0
      react-native: ~0.61.5 => 0.61.5
      react-native-web: ~0.11.7 => 0.11.7

I’ve tried restarting the application and clearing the cache with shift + r.
But still get the Same error, wanted to know if anyone could help??.

I also noticed that when I tried to create a new application it took longer than expected to bundle all assets, I don’t know whether this could be helpful