patchrom icon indicating copy to clipboard operation
patchrom copied to clipboard

Stockrom Memory error

Open ultimateproger opened this issue 8 years ago • 1 comments

unzipping target target-files... unable to load device-specific module; assuming none using prebuilt boot.img from BOOTABLE_IMAGES... Traceback (most recent call last): File "/home/user/patchrom/tools/releasetools/ota_from_target_files", line 1792, in main(sys.argv[1:]) File "/home/user/patchrom/tools/releasetools/ota_from_target_files", line 1747, in main WriteFullOTAPackage(input_zip, output_zip) File "/home/user/patchrom/tools/releasetools/ota_from_target_files", line 630, in WriteFullOTAPackage OPTIONS.input_tmp, "BOOT") File "/home/user/patchrom/tools/releasetools/common.py", line 419, in GetBootableImage return File.FromLocalFile(name, prebuilt_path) File "/home/user/patchrom/tools/releasetools/common.py", line 1055, in FromLocalFile data = f.read() MemoryError

What should I do?

ultimateproger avatar Dec 10 '16 20:12 ultimateproger

by little help from my friend, i have learned that u need to increase swap for memory error. atleast minimum 2gb swap is recommended

Mohi1117 avatar Dec 14 '16 17:12 Mohi1117