Memory usage in Java

Source: Internet
Author: User

Run a Java programCodeThe main memory consumption is as follows:

1. Heap

2. STACK: the stack is one for each thread, and the memory consumed is the memory size * Number of threads. Be careful when there are many threads.

3. Direct Memory: It mainly refers to the Cache during the channel. If the memory is insufficient, an outofmemoryerror error will also be reported, with sun outside. misc. unsafe. allocatememory exception (I think this is similar to the malloc function in C ).

4. the cache and buffer of the socket are not allocated in the heap. When the buffer cannot be allocated, the too program open files error is reported.

5. In JNI code, the code memory executed by the class library is no longer heap.

6. Virtual Machine execution also consumes a certain amount of memory.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.