Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] MAX_MEMORY_SIZE limitation #1490

Open
echarron-git opened this issue Jun 13, 2024 · 4 comments
Open

[Question] MAX_MEMORY_SIZE limitation #1490

echarron-git opened this issue Jun 13, 2024 · 4 comments

Comments

@echarron-git
Copy link

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.

@W0ni
Copy link
Contributor

W0ni commented Jun 13, 2024

Hello @echarron-git ,
Do you mean MAX_MEMORY_INJECT?

@echarron-git
Copy link
Author

Hello @W0ni,

Yes MAX_MEMORY_INJECT , I don't understand what are the limatations.

@W0ni
Copy link
Contributor

W0ni commented Jun 17, 2024

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?

@echarron-git
Copy link
Author

Thank's @W0ni, I already tried and get unexpected behavior :-( , that's why I am asking why we cannot directly increase the value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants