I need to run some application to convert large files (7GB). The converter application isn't nicely written. So it doesn't stream the coverted data. Therefore, it requires high amount of memory. I have 8GB memory and 8GB swap space. But the application reports a memory usage of around 9GB and stops at 60% of conversion. I assume with some more memory, I can finish the task. As this needs to be done once only, I can maybe allocate some space from my SSD to extend memory temporarily. Only for this operation. Is there any way to do that without messing with partitions?
Thanks!