K 10 svn:author V 4 lidl K 8 svn:date V 27 2018-08-27T03:32:40.119236Z K 7 svn:log V 326 MFC r338201: increase heap size during "loader" on sparc64 Increase the size of the heap size available on sparc64 during operation of "loader". The dramatic increase in size of SPA_MAXBLOCKSIZE in r304321 causes the heap space to be exhausted, so malloc() fails, ultimately leading to a memcpy() with a destination of 0x0. END