# Index

* [**Network Requirements for Resource Disaggregation**](https://www.usenix.org/system/files/conference/osdi16/osdi16-gao.pdf) - Gao et al., OSDI '16
* [**Efficient Memory Disaggregation with Infiniswap**](https://www.usenix.org/conference/nsdi17/technical-sessions/presentation/gu) - Gu et al., NSDI '17 \[[Morning Paper](https://blog.acolyer.org/2017/05/05/efficient-memory-disaggregation-with-infiniswap/)]
* [**LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation**](https://www.usenix.org/conference/osdi18/presentation/shan) - Shan et al., OSDI '18 \[[Morning Paper](https://blog.acolyer.org/2018/10/22/legoos-a-disseminated-distributed-os-for-hardware-resource-disaggregation/)]
* [**Semeru: A Memory-Disaggregated Managed Runtime**](https://www.usenix.org/conference/osdi20/presentation/wang) - Wang et al., OSDI '20
  * Proposed a distributed JVM to improve the performance of managed cloud applications in a memory-disaggregated environment.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xzhu0027.gitbook.io/blog/resource-disaggregation/index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
