79107074

Date: 2024-10-20 12:56:07
Score: 3
Natty:
Report link

In my case, the problem was that Linux was trying to optimize file writing to the disk by writing them to RAM (so the RAM was used up not by my Java application). Therefore, I rewrote the solution so that it processes the file in a streaming manner instead of writing it to disk, and that helped.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user27758261