You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The API is used for limits and isolates for resources(CPU, memory) among threads at the JVM process level.
The main purpose of providing this API for Dragonwell is to expose a unified and concise abstraction layer to our users for the coming resource management features (MultiTenant, Wisp).
Steps to Reproduce
N/A
Expected behavior
All JTreg tests shipped within patches for this feature.
JDK version
8.2.2
Execution environment
OS and version: Linux
CPU model: x64
Number of CPU cores:
Size of physical memory:
Inside Linux container?
Linux container name (docker, pouch, etc):
Linux container version:
The text was updated successfully, but these errors were encountered:
Summary:
Introduce ResourceContainer to manage resources.
ResourceContainer defines a set of resource Constraint
that limit resource usage by threads.
Test Plan: jtreg com/alibaba/rcm
Reviewed-by: luchsh, sanhong
Issue: dragonwell-project/dragonwell8#87
Description
The API is used for limits and isolates for resources(CPU, memory) among threads at the JVM process level.
The main purpose of providing this API for Dragonwell is to expose a unified and concise abstraction layer to our users for the coming resource management features (MultiTenant, Wisp).
Steps to Reproduce
N/A
Expected behavior
All JTreg tests shipped within patches for this feature.
JDK version
8.2.2
Execution environment
The text was updated successfully, but these errors were encountered: