Bronze 2
Since 3 weeks ago
14 hours ago

My Stats

  • 4 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

IbrahimSluma's Bio

Badges IbrahimSluma Earned

View all badges

Recent Activity

Hello, I've google cloud run service and I added in-memory volume, As test I made it size: `49152 bytes`, And I'm writing file of size `28kb`, each operation will create the file & then read it to base64 const base64Data = await fs.readFile(fileName,...
Hello, I've Node20 api app with 4GB of ram, And it seems that I've memory leak somewhere because I don't think is possible to the api use over 4gb per container.So im getting this full error:```Memory limit of 4096 MiB exceeded with 4300 MiB used```I...