|
From: Michael B. <mik...@cs...> - 2020-02-23 23:13:38
|
Hi Khaled, I think this might be because the virtual memory space hardcoded to be used MMTk is also getting mapped by C library stuff. You could try one or both of the following: (1) Try to reserve the virtual memory eagerly by running with -X:gc:eagerMmapSpaces=true (2) Adjust the virtual memory ranges in the appropriate config file build/targets/??.properties Cheers, Mike On 2/22/20 12:26 AM, Khaled Z Mahmoud wrote: > Hi, > > I am getting the below error when I use malloc from system call. > "malloc returned an address that is inside RVM address space" > > Any ideas or solution ? > > -- Regards, Khaled Mahmoud |