-
Notifications
You must be signed in to change notification settings - Fork 73
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
Glossary-0.43.0 #1263
base: master
Are you sure you want to change the base?
Glossary-0.43.0 #1263
Conversation
Glossary topic added with first set of glossary terms. Signed-off-by: Sreekala Gopakumar <[email protected]>
ce1e2d9
to
03015bf
Compare
Jenkins doc stage |
### OpenSSL | ||
{: #x10447142} | ||
|
||
An open source version of the SSL and TLS security protocols, which provide encryption and server authentication over the internet. |
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.
It's more than this. Copying from openssl.org it's also a "toolkit for general-purpose cryptography", which is the part of OpenSSL used by OpenJ9 with OpenJDK.
### page | ||
{: #x2003565} | ||
|
||
A block of memory that equals 4096 bytes. |
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.
It depends on the platform and configuration, it's not always 4096 bytes.
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.
How can we generalise it? Maybe as follows:
A contiguous block of virtual memory, usually of 4096 bytes size. A page size can be 2^n.
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.
"usually of 4096" bytes only applies to certain platforms/OSes.
### huge page | ||
{: #x4550512} | ||
|
||
In Linux, a block of memory that can be 2 MB or 1 GB in size. Using huge pages increases the kernel-level performance by creating fewer pages and therefore fewer mapping tables that the kernel has to load. |
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.
2MB and 1GB are just examples, not the only possibilities.
See [Secure Sockets Layer](#x2038004). | ||
|
||
|
||
### system dump (SDUMP) |
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.
Where does SDUMP come from, does OpenJ9 use this term?
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.
We are expected to use the Terminology-in-ibm for creating glossaries. The idea is to use standardised terms and definition across IBM. We can suggest changes and make it specific to each product. SDUMP might be an existing term that is being reused. I am coordinating with Carla Quinn. I will pass on these comments to her and work on correcting it. Please do let me know any other concerns you might have. Thanks!
Glossary topic added with first set of glossary terms.
Signed-off-by: Sreekala Gopakumar [email protected]