]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r338201: increase heap size during "loader" on sparc64
authorlidl <lidl@FreeBSD.org>
Mon, 27 Aug 2018 03:32:40 +0000 (03:32 +0000)
committerlidl <lidl@FreeBSD.org>
Mon, 27 Aug 2018 03:32:40 +0000 (03:32 +0000)
commit0e4cf4ba5f3664100c06dd2b6199e46da651c15f
tree155f505b43f0eb527b74e47a271aaa6caabc1243
parent2f49ac9e767fffd286798b120a6f19ba3daa1be7
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.
stand/sparc64/loader/main.c