Dongsheng Song wrote: > For idle: > $ swapctl -s > total: 4200966k bytes allocated = 4776k used, 4196190k available > > When I not set HOTSPOT_BUILD_JOBS, it trap to ddb. > Could you restrict the HOTSPOT_BUILD_JOBS not by cores, but also by memory ?
Thanks. Yes I am planning on implementing that when the ports tree unlocks. > Just for interested: What's the default vaalue for HOTSPOT_BUILD_JOBS > and PARALLEL_BUILD_JOBS ? I will leave that question as an an exercise for the reader. However, I should point out the second env var is not called PARALLEL_BUILD_JOBS. It is called PARALLEL_COMPILE_JOBS. -Kurt