JeffLowe Posted May 20, 2016 Posted May 20, 2016 Is there any way to determine how memory is being allocated in the Power PMAC? Recently I added two 2048 element Cam Tables which caused a download error which prevented reboot even though the project loaded without errors. Looking in the log files showed a corrupt syntax in a line which was correct in the project. Removing the cam tables corrected the issues. The project is operating with the default table size of 1 megabyte and the combined size of our compensation tables and the cam tables is less than 50k. It is behaving like some pointer is going into the wild, and I'd like to verify where the memory is being used.
Omron Forums Support Posted May 20, 2016 Posted May 20, 2016 Hi Jeff, Yes, you can use the "size" and "free" commands. "Size" shows how much is allocated; "free" shows how much is used/remaining.
Recommended Posts