System Configuration
- Processor: AMD Ryzen 9 9950X
- RAM: Previously 4x48GB (192GB total), currently 1x48GB
- Operating System: Ubuntu 24.04
- PixInsight Version: 1.9.3
Issue Description
After hardware configuration changes, PixInsight seems unable to properly recognize the decrease in available memory:
- With the original hardware configuration (192GB RAM), PixInsight ran WBPP scripts normally, with memory usage reaching 160GB+
- Due to a motherboard issue, only 1 stick of 48GB RAM can currently be used
- In the new configuration, PixInsight crashes with Out of Memory (OOM) errors when running the same WBPP tasks
- After increasing system swap space to 128GB, PixInsight completes processing but swap usage reaches up to 100GB and obviusly, takes much much more time to finish the process
- Tried re-run "performance -x" command in console, the issue was not resolved
Suspected Cause
The application doesn't appear to properly detect system memory changes and still attempts to allocate memory according to the previous configuration, leading to OOM errors after memory reduction.