You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you explain why we cannot increase the MAX_MEMORY_SIZE value (inside dse.py) please ?
When I tried to set a bigger value, I get an unexpected behavior with the dse.py and I don't understand why :-( . I don't get it because miasm seems only use list/set (that doesn't have size limitation) and not fixed size array. Why did you choose this value please ?
Thank for the help.
The text was updated successfully, but these errors were encountered:
The comments in the code suggest that constraints past this limit could mess up the constraint solver. Maybe you could try to set this limit to a higher value to see if it fixes your problem?
Hello,
Could you explain why we cannot increase the MAX_MEMORY_SIZE value (inside dse.py) please ?
When I tried to set a bigger value, I get an unexpected behavior with the dse.py and I don't understand why :-( . I don't get it because miasm seems only use list/set (that doesn't have size limitation) and not fixed size array. Why did you choose this value please ?
Thank for the help.
The text was updated successfully, but these errors were encountered: