Migrating a WebLogic Domain from a 32 to a 64 bit JVM/Architecture
- by adejuanc
Currently on 32 bit OS which presents a physical constraint when trying to allocate memory.
By limit, a 32 bit OS, will not be able to allocate more than 3 GB on a
Linux environment, or 2 GB for Windows environment (not considering Physical Address Extension (PAE) implementation, which can increase the maximum allocatable memory).
When this limit…