Yarn start failing for grafana 11 with out of memory

I have cloned grafana from v11.6.2+security-01 (GitHub - grafana/grafana at v11.6.2+security-01) tag, and trying to run locally in my Windows(WSL). make run is successfull and yarn start also successfull at first time, but after that I made some changes and saved it, then the auto build is getting failed with following error.

RpcExitError: Process 461572 exited [SIGKILL]
Issues checking service aborted - probably out of memory. Check the `memoryLimit` option in the ForkTsCheckerWebpackPlugin configuration.
If increasing the memory doesn't solve the issue, it's most probably a bug in the TypeScript.

I tried with "start": "NODE_ENV=dev NODE_OPTIONS='--max-old-space-size=8000' allocating more memory, but still its failing after “Type-checking in progress…”
Earlier I had run grafana version 10, I never face this type of issue with v10.