FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

Throttling down unpacking to reduce memory consumption

Open chenjianquan7 opened this issue 1 year ago • 1 comments

FACT version

4.2dev

Environment

Ubuntu20

Steps to reproduce

Upload a firmware and analyze it. After a period of time, it stops analyzing. I check the log and prompt 'unpacking'_ Schedule Throttling down unpacking to reduce memory consumption, I'm unpacking_ The scheduler allocates 4 tasks with 8 grams of memory per task, but still reports an error and requests help image image image image Uploading image.png… image

Expeced Behavior

finish

Installation logs

install.log
PASTE HERE

Backend logs

fact_main_backend.log
PASTE HERE

Frontend logs

fact_main_frontend.log
PASTE HERE

Other information

No response

chenjianquan7 avatar Nov 01 '23 06:11 chenjianquan7

The message "Throttling down unpacking to reduce memory consumption" is not an error. It is a built-in function that temporarily halts unpacking to reduce resource consumption. It should not interfere with the analysis progress.

jstucke avatar Nov 03 '23 10:11 jstucke