https://bz.apache.org/bugzilla/show_bug.cgi?id=54790
--- Comment #5 from Leo Edwards <oneworldrenta...@gmail.com> --- General Suggestions for Reclaiming Memory The MATLAB® software is a 64-bit application that runs on 64-bit operating systems. It generates an Out of Memory message whenever it requests a segment of memory from the operating system that is larger than what is available. When you see the Out of Memory message, use any of the techniques discussed under Strategies for Efficient Use of Memory to help optimize the available memory including: Reducing required memory Selecting appropriate data storage Using contiguous memory Reclaiming used memory If the Out of Memory message still appears, you can try any of the following: If possible, reduce the size of your data. For example, break large matrices into several smaller matrices so that less memory is used at any one time. If you have large files and data sets, see Large Files and Big Data. Make sure that there are no external constraints on the memory accessible to MATLAB. On Linux® systems, use the limit command to investigate. Increase the size of the swap file. We recommend that you configure your system with twice as much swap space as you have RAM. For more information, see Increase System Swap Space. Add more memory to the system. https://oneworldrental.co.uk/ -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org