-
Notifications
You must be signed in to change notification settings - Fork 32
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
Lower memory consumption for integration tests. #334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the memory reduction, but I think the StateDB capacity should be explicitly controlled by some flag, not implicitly through the fake-net switch.
f5832d0
to
8b82b1e
Compare
8b82b1e
to
e9202d5
Compare
e9202d5
to
77c1324
Compare
0930f2c
to
e64997f
Compare
7db6b00
to
f75858b
Compare
d4be9bf
to
e65e7cc
Compare
ecadbc9
to
3a6cd1e
Compare
dd4face
to
a484991
Compare
a484991
to
edda31c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just some minor details. Thanks!
cd2ebdc
to
98adebe
Compare
59fcb6b
to
85558fb
Compare
85558fb
to
fd02a53
Compare
This PR lowers memory consumption by fakenet and integration tests by StateDB instances by ~250 MB
Before
After:
part of https://github.com/Fantom-foundation/sonic-admin/issues/50