rtl-gopow
rtl-gopow copied to clipboard
fatal error: runtime: out of memory
Hi, running gopow with an extreme large file ( 21626847317 which equals 10 hours of 30 MHz scan) gives the out of memory error.
Anyway to solve this ?
Thanks, Ben
You could break up the file into smaller chunks and then use a tool to vertically stack the processed images.
I would suggest splitting the power dumps into smaller chunks. gopow could probably handle fairly large dumps (haven't really tried maxing it out) but the PNG writer would take an insanely long time to compress such a image that it's probably not advisable.
Switching to a image format that is not compressed, or doing tiled (multithreaded) image writes would be something to investigate to increase the maximum dump size.
I would also like to have the ability to process files that are a few GB of size. With a 600MB file gopow needs 5.5G of RAM but I have a file which is ~6G large that I would like to process.