-
Notifications
You must be signed in to change notification settings - Fork 78
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
create investigation test of max dim for NGT #1633
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Codecov Report
@@ Coverage Diff @@
## master #1633 +/- ##
==========================================
+ Coverage 30.67% 30.73% +0.05%
==========================================
Files 372 372
Lines 32234 32234
==========================================
+ Hits 9889 9907 +18
+ Misses 21975 21962 -13
+ Partials 370 365 -5
Continue to review full report at Codecov.
|
caa9cb9
to
f8b030b
Compare
db3ed2b
to
299a5a8
Compare
557f625
to
83431d4
Compare
Signed-off-by: vankichi <kyukawa315@gmail.com>
83431d4
to
c03cce6
Compare
Co-authored-by: Kosuke Morimoto <ksk@vdaas.org>
@kpango |
Signed-off-by: vankichi <kyukawa315@gmail.com>
Signed-off-by: vankichi <kyukawa315@gmail.com>
Signed-off-by: vankichi <kyukawa315@gmail.com>
/format |
[FORMAT] Updating license headers and formatting go codes triggered by kpango. |
Signed-off-by: Vdaas CI <vald@vdaas.org>
[FOSSA] The scan result will be available at https://app.fossa.com/projects/custom%2B21465%2Fvald/refs/branch/test%2Ftests%2Fimpl-investigate-max-bit-for-ngt/f7f0cff244a710956d827b70b547babcef1d3f02 |
Signed-off-by: vankichi kyukawa315@gmail.com
Description:
I implemented the test for investigating the max dimension limit of
vald-agent-ngt
in any environment.NGT can handle up to the
1 << 32 -1
dimension, but the real max dimension may not be the same depending on the environment.This test can get the real max dimension for any environment.
For the time being, I set the limit of remaining free memory as 500MB to avoid such OOM kill or memory leak.
When the remaining free memory becomes 500MB or less, the test will finish and we can get the max bit in the environment.
In my environment (32GB Mem and free memory at the beginning is about 24GB), both results (max bit) are
29
bit.Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: