Answer: If you want your applications to perform, the application server instance's JVM should not swapout of physical memory.
答:如果希望应用程序正常执行,则不应该将应用服务器实例的jvm换出物理内存中。
2
When running on a system with more process address space than physical memory, a memory leak or excessive use of native memory will force the OS to swapout some of the virtual address space.
在进程地址空间大于物理内存的系统中,内存泄漏或本机内存过度使用会迫使操作系统提供一些虚拟地址空间。
3
To accomplish this feat, the Memory Manager needs to swap page frames in and out of physical memory.