Hypervisor Memory Pool Classification for Cross-Server Latency Control

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing server hardware technologies experience varying latencies when loaning memory between servers due to the operating system's unawareness of the underlying real memory pools, leading to inefficient memory allocation and increased latency.

Innovation Solution

A method involving a hypervisor that classifies physical memory blocks as residing on local or remote servers and associates them with logical partitions, providing this information to the operating system to manage memory pools, ensuring that frequently used memory pages are stored in uncompressed local clusters and less frequently used pages are stored in compressed remote clusters, thereby reducing latency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If memory is loaned between servers through high-speed memory links, then memory utilization efficiency is improved, but latency increases due to operating system unawareness of real memory pool locations

Engineering Contradiction:
Improvememory utilization efficiencyVSAvoidmemory access latency
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The hypervisor provides feedback information to the operating system about the real locations of memory pools. The OS receives classification information indicating whether memory blocks are local or remote, enabling the OS to make informed allocation decisions that minimize latency while maintaining high utilization efficiency.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system performs preliminary classification of memory blocks as local or remote before allocation. The hypervisor pre-processes memory pool information and provides it to the OS in advance, allowing the OS to proactively allocate memory from local pools first, thereby preventing latency issues before they occur.

Inventive Principle:
Principle #10Preliminary action

2Device complexity

If the operating system manages memory without knowledge of real pool locations, then system complexity is reduced, but memory allocation efficiency deteriorates

Engineering Contradiction:
Improveoperating system complexityVSAvoidmemory allocation efficiency
Core Design Contradiction:
Device complexityVSProductivity

Solution Approach 1:

The hypervisor acts as an intermediary between the physical memory infrastructure and the operating system. It translates complex real memory pool locations into simplified classification information (local/remote) that the OS can easily process, maintaining low OS complexity while enabling efficient memory allocation through the provided classification data.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Speed

If memory pages are dynamically stored based on usage statistics, then memory performance is improved, but system complexity increases due to classification and monitoring requirements

Engineering Contradiction:
Improvememory access speedVSAvoidmemory management complexity
Core Design Contradiction:
SpeedVSDevice complexity

Solution Approach 1:

The memory system is segmented into local and remote memory pools based on physical location. The hypervisor divides memory blocks into distinct categories (local vs. remote) and provides this segmented information to the OS, enabling the OS to implement performance optimization strategies for each segment without managing the full complexity of physical memory distribution.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260064300A1Providing information to an operating system for managing logical partitions of memory of servers
Publication Date: 2026.03.05 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US20260064300A1 patent drawing
  • US20260064300A1 patent drawing
  • US20260064300A1 patent drawing

AI summary

A method, according to one embodiment, includes obtaining information generated by a hypervisor, where the generated information details a classification process. The classification process includes classifying physical memory blocks as residing on a first server or a second server, and associating the physical memory blocks with logical memory blocks of logical partitions of the first server and logical partitions of the second server. The method further includes providing the generated information to an operating system used to manage the logical partitions of the first server and the logical partitions of the second server. The operating system is caused to use the information to classify memory pools to a home memory cluster of the first server or to a remote memory cluster of the second server, and memory pages are caused to be dynamically stored within allocations of the memory pools based on predetermined usage statistics.