The server cannot be allocated through the system non-page shared area, because the shared area is currently empty for reference.

Source: Internet
Author: User

The server cannot be allocated through the system non-page shared area, because the shared area is currently empty.

The non-page share area is empty. By optimizing the memory manager, it starts the trim process at an earlier time (for example, when it reaches 40%, during peak hours, you can meet the page buffer pool needs and avoid insufficient page buffer pool memory.

The following optimization suggestions are helpful in mitigating this problem:

1. Start the Registration Table editor (regedt32.exe ).

2. Locate and click the following registry key in the registry:

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ sessionmanager \ Memory Management

3. On the editing menu, click Add Value and then add the following registry value:

Value: poolusagemaximum

Data Type: REG_DWORD

Base: decimal

Value Data: 40

Set this value to 40 to notify the Memory Manager to reach 40% of pagedpoolmax instead of the default value.

Start the trimming process when setting 80%.

Value: pagedpoolsize

Data Type: REG_DWORD

Base: hexadecimal

Numeric value: 0 xffffffff

Set pagedpoolsize to 0 xffffffff (-1) to allocate the maximum page buffer pool to the computer.

To replace other resources.

4. Exit the Registry Editor.

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.